-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 975 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: inSilecoMisc
Title: inSileco Miscellaneous Functions
Date: 2022-09-09
Version: 0.7.0.9000
Authors@R: c(
person("Kevin", "Cazelles", email = "kevin.cazelles@gmail.com", comment = c(ORCID = "0000-0001-6619-9874"), role = c("aut", "cre")),
person("David", "Beauchesne", role = c("aut")),
person("Nicolas", "Casajus", role = c("aut")),
person("Steve", "Vissault", role = c("aut"))
)
Description: A set of miscellaneous R functions written by our inSileco group.
Depends:
R (>= 3.0)
License: GPL (>= 2)
Imports:
cli,
crayon,
glue,
methods,
knitr (>= 1.22),
rmarkdown,
utils,
yaml
Suggests:
datasets,
graphics,
testthat
SystemRequirements: pandoc (>= 1.12.3) - http://pandoc.org
URL: https://github.com/inSileco/inSilecoMisc, http://insileco.github.io/inSilecoMisc
BugReports: https://github.com/inSileco/inSilecoMisc/issues
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)