-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
59 lines (59 loc) · 1.53 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
58
59
Package: galaxias
Type: Package
Title: Describe, Package and Share Biodiversity Data
Version: 0.1.0
Authors@R:
c(person(given = "Martin",
family = "Westgate",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Shandiya",
family = "Balasubramanium",
email = "[email protected]",
role = c("aut")),
person(given = "Dax",
family = "Kellie",
email = "[email protected]",
role = c("aut")))
Description: galaxias helps users describe, package and share biodiversity
information using the 'Darwin Core' data standard, which is the format used
and accepted by the Global Biodiversity Information Facility (GBIF) and its'
partner nodes. It is functionally similar to `devtools`, but with a focus on
building 'Darwin Core Archives' rather than R packages.
Depends:
R (>= 4.3.0),
corella
Imports:
cli,
curl,
dplyr,
glue,
httr2,
jsonlite,
paperbark,
potions,
purrr,
readr,
rlang,
stringr,
tibble,
usethis,
zip
Suggests:
knitr,
lubridate,
rmarkdown,
testthat (>= 3.0.0),
xml2
Remotes:
AtlasOfLivingAustralia/corella,
AtlasOfLivingAustralia/paperbark
License: MPL-2.0
URL: https://galaxias.ala.org.au
BugReports: https://github.com/AtlasOfLivingAustralia/galaxias/issues
Maintainer: Martin Westgate <[email protected]>
Encoding: UTF-8
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3