Package: datapack Title: A Flexible Container to Transport and Manipulate Data and Associated Resources Version: 1.4.2 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("Jeanette", "Clark", role = "ctb", email = "jclark@nceas.ucsb.edu", comment=c(ORCID = "0000-0003-4703-1974")), person("Regents of the University of California", role = c("cph"))) Description: Provides a flexible container to transport and manipulate complex sets of data. These data may consist of multiple data files and associated meta data and ancillary files. Individual data objects have associated system level meta data, and data files are linked together using the OAI-ORE standard resource map which describes the relationships between the files. The OAI- ORE standard is described at . Data packages can be serialized and transported as structured files that have been created following the BagIt specification. The BagIt specification is described at . Date: 2025-10-07 Depends: R (>= 3.1.1) Imports: digest, fs, methods, redland, XML, utils, uuid, zip Suggests: testthat (>= 3.0.0), knitr, httr, igraph, rmarkdown License: Apache License (== 2.0) URL: https://docs.ropensci.org/datapack/, https://github.com/ropensci/datapack BugReports: https://github.com/ropensci/datapack/issues VignetteBuilder: knitr Encoding: UTF-8 Language: en-US Collate: 'Constants.R' 'SystemMetadata.R' 'dmsg.R' 'DataObject.R' 'DataPackage.R' 'ResourceMap.R' 'datapack-package.r' 'zzz.R' RoxygenNote: 7.3.3 Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev librdf0-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-10-10 00:00:06 UTC RemoteUrl: https://github.com/ropensci/datapack RemoteRef: main RemoteSha: c865aa532fa08c63098f2771ca80ba768f3c743c NeedsCompilation: no Packaged: 2026-07-01 08:13:47 UTC; root Author: Matthew B. Jones [aut, cre] (ORCID: ), Peter Slaughter [aut] (ORCID: ), Jeanette Clark [ctb] (ORCID: ), Regents of the University of California [cph] Maintainer: Matthew B. Jones