-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.57 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
50
51
52
53
54
55
56
57
Package: corella
Title: Prepare, Manipulate and Check Data to Comply with Darwin Core Standard
Version: 0.1.4
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 standardise data to the Darwin Core Standard, a global
data standard to store, document, and share biodiversity data like
species occurrence records. The package provides tools to
manipulate data to conform with, and check validity against, the
Darwin Core Standard. Using 'corella' allows users to verify that
their data can be used to build 'Darwin Core Archives' using the
'galaxias' package.
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),
withr
License: GPL-3
URL: https://corella.ala.org.au
BugReports: https://github.com/AtlasOfLivingAustralia/corella/issues
Maintainer: Dax Kellie <dax.kellie@csiro.au>
Encoding: UTF-8
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
LazyData: true