11Package: rocrateR
2- Title: RO-Crate R Package Wrapper
3- Version: 0.0.1
2+ Title: Tools for Creating and Manipulating RO-Crates
3+ Version: 0.1.0.9000
44Authors@R: c(
55 person(given = "Roberto",
66 family = "Villegas-Diaz",
77 role = c("aut", "cre"),
88 email = "r.villegas-diaz@outlook.com",
99 comment = c(ORCID = "0000-0001-5036-8661")),
10+ person(given = "Rebecca",
11+ family = "Wilson",
12+ role = c("aut"),
13+ comment = c(ORCID = "0000-0003-2294-593X")),
14+ person(given = "Olly",
15+ family = "Butters",
16+ role = c("aut"),
17+ comment = c(ORCID = "0000-0003-0354-8461")),
18+ person(given = "Stuart",
19+ family = "Wheater",
20+ role = c("aut"),
21+ comment = c(ORCID = "0009-0003-2419-1964")),
1022 person("Research Object community", role = c("cph")))
11- Description: R package for creating, manipulating and reading RO-Crates. Latest
12- supported version of the specification: <https://w3id.org/ro/crate/1.2/>.
23+ Description: Provides tools for creating, manipulating and reading Research
24+ Object Crates (RO-Crates), a lightweight approach to packaging research
25+ data with structured metadata. Includes utilities for metadata generation,
26+ entity management, validation and reading existing RO-Crates following
27+ the specification <https://w3id.org/ro/crate/1.2/>.
1328License: MIT + file LICENSE
1429Suggests:
15- spelling,
30+ fs,
31+ knitr,
32+ rmarkdown,
33+ spelling,
1634 testthat (>= 3.0.0)
1735Config/testthat/edition: 3
1836Encoding: UTF-8
@@ -24,7 +42,8 @@ RoxygenNote: 7.3.3
2442Imports:
2543 digest,
2644 jsonlite,
27- tibble ,
45+ lifecycle ,
2846 zip
2947Depends:
3048 R (>= 4.1.0)
49+ VignetteBuilder: knitr
0 commit comments