-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.11 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
Package: darwinator
Type: Package
Title: Darwin Core Archive Tools For Sampling Event Data
Description: This package allows reading DwcA (Darwin Core Archive)
files directly from GBIF IPT nodes. It will in the future also
provide functions generating and validating DwcA files for
Sampling Event data (bundling metadata, event core data,
occurrence extension data and measurement or facts data).
Version: 0.1.2
Author: Nordic Oikos 2018
Maintainer: Markus Skyttner <[email protected]>
Authors@R: as.person(c(
"Dag Endresen <[email protected]> [aut]",
"Anders Finstad <[email protected]> [aut]",
"Erlend Nilsen <[email protected]> [aut]",
"Markus Skyttner <[email protected]> [aut, cre]"
))
URL: https://github.com/GBIF-Europe/darwinator
BugReports: https://github.com/GBIF-Europe/darwinator/issues
License: file LICENSE
Encoding: UTF-8
LazyData: true
Imports: tidyverse,
tidyr,
dplyr,
jsonlite,
readr,
tibble,
xml2,
purrr
Suggests: knitr,
rmarkdown,
testthat,
rgbif
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Depends:
R (>= 3.0)