-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
63 lines (63 loc) · 1.63 KB
/
DESCRIPTION
File metadata and controls
63 lines (63 loc) · 1.63 KB
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
58
59
60
61
62
63
Package: galaxias
Type: Package
Title: Describe, Package, and Share Biodiversity Data
Version: 0.1.2
Authors@R:
c(person(given = "Martin",
family = "Westgate",
email = "martin.westgate@csiro.au",
role = c("aut", "cre")),
person(given = "Shandiya",
family = "Balasubramaniam",
email = "shandiya.balasubramaniam@csiro.au",
role = c("aut")),
person(given = "Dax",
family = "Kellie",
email = "dax.kellie@csiro.au",
role = c("aut")))
Description: The Darwin Core data standard is widely used to share
biodiversity information, most notably by the Global Biodiversity Information
Facility and its partner nodes; but converting data to this standard can be
tricky. 'galaxias' is functionally similar to 'devtools', but with a focus on
building Darwin Core Archives rather than R packages, enabling data to be
shared and re-used with relative ease. For details see
Wieczorek and colleagues (2012) <doi:10.1371/journal.pone.0029715>.
Depends:
R (>= 4.3.0),
corella
Imports:
cli,
delma,
dplyr,
fs,
glue,
httr2,
jsonlite,
purrr,
readr,
rlang,
tibble,
usethis,
withr,
zip
Suggests:
gt,
here,
janitor,
knitr,
lubridate,
rmarkdown,
R.utils,
stringr,
testthat (>= 3.0.0),
tidyr,
xml2
License: MPL-2.0
URL: https://galaxias.ala.org.au/R/
BugReports: https://github.com/AtlasOfLivingAustralia/galaxias/issues
Maintainer: Martin Westgate <martin.westgate@csiro.au>
Encoding: UTF-8
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3