Package: metajam
Type: Package
Title: Easily Download Data and Metadata from 'DataONE'
Version: 0.3.1
Date: 2024-08-06
Authors@R: c(
              person("Julien", "Brun", 
                 email = "julien.brun@alumni.duke.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("Kristen", "Peach", 
                 email = "peach@nceas.ucsb.edu", 
                 comment = c(ORCID = "0000-0002-6388-0901"),
                 role = "aut"),
              person("Nicholas", "Lyon",
                 email = "lyon@nceas.ucsb.edu",
                 comment = c(ORCID = "0000-0003-3905-1078",
                     "https://njlyon0.github.io/"),
                 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("Regents of the University of California", 
              role = "cph")
              )
Maintainer: Julien Brun <julien.brun@alumni.duke.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)
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
SystemRequirements: Mac OSX: redland (>= 1.0.14) ; Linux: librdf0 (>=
        1.0.14), librdf0-dev (>= 1.0.14)
URL: https://nceas.github.io/metajam/, https://github.com/NCEAS/metajam
BugReports: https://github.com/NCEAS/metajam/issues
Depends: R (>= 3.6.0)
Imports: dataone, dplyr, EML, emld, lubridate, purrr, readr, stats,
        stringr, tibble, tidyr, XML
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-08-16 17:28:05 UTC; jb160-local
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>),
  Kristen Peach [aut] (<https://orcid.org/0000-0002-6388-0901>),
  Nicholas Lyon [aut] (<https://orcid.org/0000-0003-3905-1078>,
    https://njlyon0.github.io/),
  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>),
  Regents of the University of California [cph]
Repository: CRAN
Date/Publication: 2024-08-16 17:50:02 UTC
Built: R 4.6.0; ; 2025-08-18 14:26:39 UTC; unix
