-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.12 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
46
47
48
49
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 = "dax.kellie@csiro.au",
role = c("aut", "cre")),
person(given = "Shandiya",
family = "Balasubramanium",
email = "shandiya.balasubramanium@csiro.au",
role = c("aut")),
person(given = "Martin",
family = "Westgate",
email = "martin.westgate@csiro.au",
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,
glue,
hms,
lubridate,
purrr,
rlang,
sf,
stringr,
tibble,
tidyr,
uuid
Suggests:
gt,
knitr,
nanoparquet,
ozmaps,
readr,
rmarkdown,
testthat (>= 3.0.0)
License: GPL-3 + file LICENSE
URL: https://corella.ala.org.au
Encoding: UTF-8
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
LazyData: true