-
Notifications
You must be signed in to change notification settings - Fork 33
/
DESCRIPTION
59 lines (59 loc) · 1.87 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: EML
Type: Package
Title: Read and Write Ecological Metadata Language Files
Description: Work with Ecological Metadata Language ('EML') files.
'EML' is a widely used metadata standard in the ecological and
environmental sciences, described in Jones et al. (2006),
<doi:10.1146/annurev.ecolsys.37.091305.110031>.
Version: 2.0.6
Authors@R: c(
person("Carl", "Boettiger",
email = "cboettig@gmail.com",
role = c("aut", "cre", "cph"),
comment=c(ORCID = "0000-0002-1642-628X")),
person("Matthew B.", "Jones", role="aut",
comment = c(ORCID="0000-0003-0077-4738")),
person("Mitchell", "Maier",
role = c("ctb"),
comment= c(ORCID = "0000-0001-6955-0535")),
person("Bryce", "Mecum", role = "ctb",
email = "brycemecum@gmail.com",
comment = c(ORCID = "0000-0002-0381-3766")),
person("Maëlle", "Salmon", role = "ctb",
email = "maelle.salmon@yahoo.se",
comment = c(ORCID = "0000-0002-2815-0399")),
person("Jeanette", "Clark", role = "ctb",
email = "jclark@nceas.ucsb.edu",
comment = c(ORCID = "0000-0003-4703-1974"))
)
License: MIT + file LICENSE
URL: https://docs.ropensci.org/EML/, https://github.com/ropensci/EML/
BugReports: https://github.com/ropensci/EML/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Suggests:
knitr,
taxadb,
tibble,
testthat,
covr,
EML,
units,
htmlwidgets,
shiny,
shinyjs,
spelling
Imports: xml2,
methods,
digest,
emld (>= 0.5.0),
jqr,
jsonlite,
uuid,
rmarkdown,
utils,
dplyr
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Language: en-US