forked from ropensci/EML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 1.06 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
Package: EML
Type: Package
Title: Read and Write Ecological Metadata Language Files
Version: 1.0.0.0
Date: 2016-02-04
Authors@R: c(
person("Carl", "Boettiger", role = c("aut", "cre"),
email = "[email protected]"),
person("Matt", "Jones", role="aut"),
person("Bryce", "Mecum", role = "ctb", email = "[email protected]")
)
Maintainer: Carl Boettiger <[email protected]>
Description: Parse and serialize Ecological Metadata Language ('EML') files into
S4 objects.
License: FreeBSD
LazyData: TRUE
RoxygenNote: 5.0.1
Imports:
XML,
methods,
tools
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
Collate:
'classes.R'
'classes-stmml.R'
'coercions.R'
'eml_find.R'
'get_unitList.R'
'get_attributes.R'
'eml_get.R'
'eml_validate.R'
'is_standardUnit.R'
'literature_coercions.R'
'methods.R'
'read_eml.R'
'set_attributes.R'
'set_coverage.R'
'set_methods.R'
'set_physical.R'
'set_section.R'
'set_unitList.R'
'write_eml.R'
'xml-s4.R'
'zzz.R'