forked from FRBCesab/rutils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 814 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 814 Bytes
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
Package: rutils
Type: Package
Title: A Collection of R Functions
Version: 0.0.0.9000
Authors@R: c(
person(given = "Nicolas",
family = "Casajus",
role = c("aut", "cre", "cph"),
email = "nicolas.casajus@fondationbiodiversite.fr",
comment = c(ORCID = "0000-0002-5537-5294")))
Description: A collection of R functions commonly used in FRB-CESAB projects.
URL: https://github.com/frbcesab/rutils
BugReports: https://github.com/frbcesab/rutils/issues
License: GPL (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
graphics,
grDevices,
httr,
imager,
jsonlite,
png,
stats,
tidyr,
utils
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr