-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
43 lines (43 loc) · 962 Bytes
/
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
Package: capeml
Title: CAP LTER package for generating EML
Version: 2.6.0
Authors@R: person("S", "Earl", email = "[email protected]",
role = c("aut", "cre"))
Description: This package is intented to facilitate the creation of EML
metadata with intent to publish data and metadata in the Environmental Data
Initiative (EDI) data repository. Functions and a workflow are included that
allow for the creation of metadata at the data set level, and individual data
entities (other entities, data tables).
Depends: R (>= 3.4.0)
License: CC0
Encoding: UTF-8
LazyData: true
Imports:
stringr,
dplyr,
readr,
utils,
EML,
purrr,
tibble,
tools,
yaml,
sf,
stats,
rcrossref,
tidyr,
lubridate,
xml2,
EDIutils,
rlang,
aws.s3,
withr,
rdflib,
DiagrammeR
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
VignetteBuilder: knitr
Config/testthat/edition: 3