-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1.57 KB
/
DESCRIPTION
File metadata and controls
49 lines (49 loc) · 1.57 KB
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
Package: rocrateR
Title: Tools for Creating and Manipulating RO-Crates
Version: 0.1.0.9000
Authors@R: c(
person(given = "Roberto",
family = "Villegas-Diaz",
role = c("aut", "cre"),
email = "r.villegas-diaz@outlook.com",
comment = c(ORCID = "0000-0001-5036-8661")),
person(given = "Rebecca",
family = "Wilson",
role = c("aut"),
comment = c(ORCID = "0000-0003-2294-593X")),
person(given = "Olly",
family = "Butters",
role = c("aut"),
comment = c(ORCID = "0000-0003-0354-8461")),
person(given = "Stuart",
family = "Wheater",
role = c("aut"),
comment = c(ORCID = "0009-0003-2419-1964")),
person("Research Object community", role = c("cph")))
Description: Provides tools for creating, manipulating and reading Research
Object Crates (RO-Crates), a lightweight approach to packaging research
data with structured metadata. Includes utilities for metadata generation,
entity management, validation and reading existing RO-Crates following
the specification <https://w3id.org/ro/crate/1.2/>.
License: MIT + file LICENSE
Suggests:
fs,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
URL: https://github.com/ResearchObject/ro-crate-r/
BugReports: https://github.com/ResearchObject/ro-crate-r/issues/
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
digest,
jsonlite,
lifecycle,
zip
Depends:
R (>= 4.1.0)
VignetteBuilder: knitr