-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
52 lines (52 loc) · 1.76 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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