-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.06 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
Package: corella
Title: Prepare, manipulate and check data to comply with Darwin Core standards
Version: 0.1.0
Authors@R:
c(person(given = "Dax",
family = "Kellie",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Shandiya",
family = "Balasubramanium",
email = "[email protected]",
role = c("aut")),
person(given = "Martin",
family = "Westgate",
email = "[email protected]",
role = c("aut")))
Description: Helps users standardize their data using the "Darwin Core" data
standard, used for biodiversity data like species occurrences.
Depends:
R (>= 4.3.0)
Imports:
cli,
dplyr,
tibble,
glue,
lubridate,
purrr,
rlang,
sf,
stringr,
tidyr,
uuid,
hms,
nanoparquet,
here
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
License: GPL-3 + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
VignetteBuilder: knitr