Package: rocrateR
Title: Tools for Creating and Manipulating RO-Crates
Version: 0.1.0
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/
RoxygenNote: 7.3.3
Imports: digest, jsonlite, lifecycle, zip
Depends: R (>= 4.1.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-04-07 08:09:18 UTC; robertovillegas-diaz
Author: Roberto Villegas-Diaz [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-5036-8661>),
  Rebecca Wilson [aut] (ORCID: <https://orcid.org/0000-0003-2294-593X>),
  Olly Butters [aut] (ORCID: <https://orcid.org/0000-0003-0354-8461>),
  Stuart Wheater [aut] (ORCID: <https://orcid.org/0009-0003-2419-1964>),
  Research Object community [cph]
Maintainer: Roberto Villegas-Diaz <r.villegas-diaz@outlook.com>
Repository: CRAN
Date/Publication: 2026-04-08 19:40:03 UTC
