Package: dataone
Version: 2.2.1
Date: 2020-12-03
Title: R Interface to the DataONE REST API
Authors@R: c( person("Matthew B.", "Jones", role = c("aut", "cre"), email = "jones@nceas.ucsb.edu", comment=c(ORCID = "0000-0003-0077-4738")), 
  person("Peter", "Slaughter", role = "aut", email = "slaughter@nceas.ucsb.edu", comment=c(ORCID = "0000-0002-2192-403X")),
  person("Rob", "Nahf", role = "aut", email = "rnahf@unm.edu"), 
  person("Carl", "Boettiger", role = "aut", email = "cboettig@gmail.com", comment=c(ORCID = "0000-0002-1642-628X")), 
  person("Chris", "Jones", role = "aut", email = "cjones@nceas.ucsb.edu", comment=c(ORCID = "0000-0002-8121-2341")), 
  person("Bryce", "Mecum", role = "aut", email = "mecum@nceas.ucsb.edu", comment=c(ORCID = "0000-0002-0381-3766")),
  person("Jeanette", "Clark", role = "aut", email = "jeanetteclark@nceas.ucsb.edu", comment=c(ORCID = "0000-0003-4703-1974")),
  person("Jordan", "Read", role = "ctb", email = "jread@usgs.gov", comment=c(ORCID = "0000-0002-3888-6631")),
  person("Lauren", "Walker", role = "aut", email = "walker@nceas.ucsb.edu", comment=c(ORCID = "0000-0003-2192-431X")), 
  person("Edmund", "Hart", role = "ctb", email = "edmund.m.hart@gmail.com", comment=c(ORCID = "0000-0001-7367-7969")), 
  person("Scott", "Chamberlain", role = "ctb", email = "myrmecocystus@gmail.com", comment=c(ORCID = "0000-0003-1444-9135")),
  person("Regents of the University of California", role = c("cph"))) 
Description: Provides read and write access to data and metadata from
    the DataONE network <https://www.dataone.org> of data repositories.  
    Each DataONE repository implements a consistent repository application 
    programming interface. Users call methods in R to access these remote 
    repository functions, such as methods to query the metadata catalog, get 
    access to metadata for particular data packages, and read the data objects 
    from the data repository. Users can also insert and update data objects on 
    repositories that support these methods.
Depends: R (>= 3.1.1)
Suggests: knitr, rmarkdown, testthat, digest, openssl (>= 0.9.3), xml2
Imports: XML (>= 3.95-0.1), hash, httr, methods, stringi, stringr,
        datapack (>= 1.4.0), plyr, parsedate, uuid, base64enc, jsonlite
License: Apache License 2.0
URL: https://github.com/DataONEorg/rdataone
BugReports: https://github.com/DataONEorg/rdataone/issues
Collate: 'AbstractTableDescriber.R' 'auth_request.R' 'D1Node.R'
        'AuthenticationManager.R' 'CNode.R' 'CertificateManager.R'
        'D1Object.R' 'MNode.R' 'D1Client.R' 'EMLParser.R'
        'dataone-defunct.R' 'dataone-deprecated.R' 'dataone-package.R'
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-12-04 23:32:00 UTC; slaughter
Author: Matthew B. Jones [aut, cre] (<https://orcid.org/0000-0003-0077-4738>),
  Peter Slaughter [aut] (<https://orcid.org/0000-0002-2192-403X>),
  Rob Nahf [aut],
  Carl Boettiger [aut] (<https://orcid.org/0000-0002-1642-628X>),
  Chris Jones [aut] (<https://orcid.org/0000-0002-8121-2341>),
  Bryce Mecum [aut] (<https://orcid.org/0000-0002-0381-3766>),
  Jeanette Clark [aut] (<https://orcid.org/0000-0003-4703-1974>),
  Jordan Read [ctb] (<https://orcid.org/0000-0002-3888-6631>),
  Lauren Walker [aut] (<https://orcid.org/0000-0003-2192-431X>),
  Edmund Hart [ctb] (<https://orcid.org/0000-0001-7367-7969>),
  Scott Chamberlain [ctb] (<https://orcid.org/0000-0003-1444-9135>),
  Regents of the University of California [cph]
Maintainer: Matthew B. Jones <jones@nceas.ucsb.edu>
Repository: CRAN
Date/Publication: 2020-12-06 06:20:09 UTC
Built: R 4.0.2; ; 2020-12-06 11:42:38 UTC; unix
