Package: EML
Type: Package
Title: Read and Write Ecological Metadata Language Files
Version: 1.0.3
Authors@R: c(
    person("Carl", "Boettiger", role = c("aut", "cre"),
           email = "cboettig@gmail.com"),
    person("Matthew B.", "Jones", role="aut"),
    person("Bryce", "Mecum", role = "ctb", email = "brycemecum@gmail.com"),
    person("Maëlle", "Salmon", role = "ctb", email = "maelle.salmon@yahoo.se")
    )
URL: https://github.com/ropensci/EML
BugReports: https://github.com/ropensci/EML/issues
Maintainer: Carl Boettiger <cboettig@gmail.com>
Description: Parse and serialize Ecological Metadata Language ('EML', see
    <https://en.wikipedia.org/wiki/Ecological_Metadata_Language> for
    more information) files into S4 objects.
License: FreeBSD
LazyData: TRUE
RoxygenNote: 6.0.1
Imports: xml2 (>= 1.1.1), methods, tools, uuid
Suggests: testthat, knitr, rmarkdown, listviewer, covr
VignetteBuilder: knitr
Encoding: UTF-8
Collate: 'classes.R' 'classes-stmml.R' 'coercions.R' 'eml_find.R'
        'get_unitList.R' 'get_attributes.R' 'eml_get.R'
        'eml_validate.R' 'eml_view.R' 'get_TextType.R' 'get_coverage.R'
        'is_standardUnit.R' 'literature_coercions.R' 'methods.R'
        'read_eml.R' 's4_to_xml.R' 'set_TextType.R' 'set_attributes.R'
        'set_coverage.R' 'set_methods.R' 'set_physical.R'
        'set_unitList.R' 'show_methods.R' 'write_eml.R' 'xml_to_s4.R'
        'zzz.R'
NeedsCompilation: no
Packaged: 2017-05-01 19:43:02 UTC; cboettig
Author: Carl Boettiger [aut, cre],
  Matthew B. Jones [aut],
  Bryce Mecum [ctb],
  Maëlle Salmon [ctb]
Repository: CRAN
Date/Publication: 2017-05-01 22:13:08 UTC
