Package: dataone Version: 2.3.0 Date: 2025-12-09 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 = "jclark@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 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: curl, knitr, rmarkdown, testthat, digest, openssl (>= 0.9.3), xml2 Imports: XML (>= 3.95-0.1), 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.3.3 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libssl-dev librdf0-dev Repository: https://dataoneorg.r-universe.dev Date/Publication: 2025-12-09 18:57:54 UTC RemoteUrl: https://github.com/DataONEorg/rdataone RemoteRef: HEAD RemoteSha: 92d2f9f8c06df112aeca77136a4fedda42f1c253 NeedsCompilation: no Packaged: 2026-06-09 07:30:00 UTC; root Author: Matthew B. Jones [aut, cre] (ORCID: ), Peter Slaughter [aut] (ORCID: ), Rob Nahf [aut], Carl Boettiger [aut] (ORCID: ), Chris Jones [aut] (ORCID: ), Bryce Mecum [aut] (ORCID: ), Jeanette Clark [aut] (ORCID: ), Jordan Read [ctb] (ORCID: ), Lauren Walker [aut] (ORCID: ), Edmund Hart [ctb] (ORCID: ), Scott Chamberlain [ctb] (ORCID: ), Regents of the University of California [cph] Maintainer: Matthew B. Jones