Package: datapack
Title: A Flexible Container to Transport and Manipulate Data and
        Associated Resources
Version: 1.4.1
Authors@R: c( person("Matthew B.", "Jones", role = c("aut", "cre"), email = "jones@nceas.ucsb.edu"),
  person("Peter", "Slaughter", role = "aut", email = "slaughter@nceas.ucsb.edu"),
  person("S. Jeanette Clark", role =  "ctb", email = "jclark@nceas.ucsb.edu"),
  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 <https://www.openarchives.org/ore/>. Data packages
    can be serialized and transported as structured files that have been created
    following the BagIt specification. The BagIt specification is described at
    <https://tools.ietf.org/html/draft-kunze-bagit-08>.
Date: 2022-06-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.1.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-06-10 18:15:06 UTC; sjclark
Author: Matthew B. Jones [aut, cre],
  Peter Slaughter [aut],
  S. Jeanette Clark [ctb],
  Regents of the University of California [cph]
Maintainer: Matthew B. Jones <jones@nceas.ucsb.edu>
Repository: CRAN
Date/Publication: 2022-06-10 19:40:01 UTC
