Package: datapack
Title: A Flexible Container to Transport and Manipulate Data and
        Associated Resources
Version: 1.0.0
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("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: 2016-03-24
Depends: R (>= 3.1.1)
Imports: digest, methods, redland, XML, hash, uuid
Suggests: testthat, knitr
License: Apache License (== 2.0)
BugReports: https://github.com/ropensci/datapack/issues
LazyData: true
VignetteBuilder: knitr
Collate: 'SystemMetadata.R' 'dmsg.R' 'DataObject.R' 'DataPackage.R'
        'ResourceMap.R' 'datapack-package.r'
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-03-24 23:49:43 UTC; jones
Author: Matthew B. Jones [aut, cre],
  Peter Slaughter [aut],
  Regents of the University of California [cph]
Maintainer: Matthew B. Jones <jones@nceas.ucsb.edu>
Repository: CRAN
Date/Publication: 2016-03-25 01:15:38
