generated from trias-project/checklist-recipe
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.28 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: rato.occurrences
Title: Darwin Core Mapping RATO data
Version: 0.0.0.9000
Authors@R: c(
person("Pieter", "Huybrechts", , "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6658-6062")),
person("Damiano", "Oldoni", email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-3445-7562")),
person("Lien", "Reyserhove", email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0001-7484-9267")),
person("Peter", "Desmet", email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-8442-8025"))
)
Description:
This repository contains the functionality to standardize the occurrences data of RATO vzw to a Darwin Core Archive that can be harvested by a GBIF IPT.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
askpass,
assertthat,
curl,
devtools,
dplyr,
glue,
here,
httr2,
janitor,
knitr,
magrittr,
purrr,
readr,
rgbif,
sf,
stringr,
testthat,
tidylog,
tidyr
Depends:
R (>= 2.10)
LazyData: true
Config/testthat/edition: 3
Suggests:
lubridate