Package: metajam
Type: Package
Title: Easily Download Data and Metadata from 'DataONE'
Version: 0.2.3
Date: 2020-10-14
Authors@R: c(
              person("Julien", "Brun", 
                 email = "brun@nceas.ucsb.edu", 
                 comment = c(ORCID = "0000-0002-7751-6238"),
                 role = c("cre", "aut")),
              person("Irene", "Steves", 
                 comment = c(ORCID = "0000-0002-5511-9717",
                    "https://github.com/isteves"), 
                 role = "aut"),
              person("Mitchell", "Maier", 
                 comment= c(ORCID = "0000-0001-6955-0535"), 
                 role = "aut"),
              person("Nathan", "Hwangbo", 
                 email = "nathanhwangbo@gmail.com", 
                 comment= c(ORCID = "0000-0002-3777-0821"),
                 role = "ctb"),
              person("Derek", "Strong", 
                 email = "dstrong@nceas.ucsb.edu", 
                 comment= c(ORCID = "0000-0002-0347-8574"),
                 role = "ctb"),
              person("Colin", "Smith", 
                 email = "colin.smith@wisc.edu", 
                 comment = c(ORCID = "0000-0003-2261-9931"),
                 role = "ctb"),
              person("Kristen", "Peach", 
                 email = "peach@nceas.ucsb.edu", 
                 comment = c(ORCID = "0000-0002-6388-0901"),
                 role = "ctb")
              )
Maintainer: Julien Brun <brun@nceas.ucsb.edu>
Description: A set of tools to foster the development of reproducible analytical workflow by simplifying the download of data and 
    metadata from 'DataONE' (<https://www.dataone.org>) and easily importing this information into R.
License: Apache License (== 2.0)
URL: https://github.com/nceas/metajam
BugReports: https://github.com/nceas/metajam/issues
Imports: dataone, dplyr, EML, emld, lubridate, purrr, readr, stats,
        stringr, tibble, tidyr, rlang
Suggests: testthat, knitr, rmarkdown, udunits2
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-10-24 15:06:06 UTC; brun
Author: Julien Brun [cre, aut] (<https://orcid.org/0000-0002-7751-6238>),
  Irene Steves [aut] (<https://orcid.org/0000-0002-5511-9717>,
    https://github.com/isteves),
  Mitchell Maier [aut] (<https://orcid.org/0000-0001-6955-0535>),
  Nathan Hwangbo [ctb] (<https://orcid.org/0000-0002-3777-0821>),
  Derek Strong [ctb] (<https://orcid.org/0000-0002-0347-8574>),
  Colin Smith [ctb] (<https://orcid.org/0000-0003-2261-9931>),
  Kristen Peach [ctb] (<https://orcid.org/0000-0002-6388-0901>)
Repository: CRAN
Date/Publication: 2020-11-03 11:40:02 UTC
Built: R 4.0.2; ; 2020-11-04 11:53:09 UTC; unix
