Package: RDO Title: Reproducible Data Objects Version: 0.1.0 Authors@R: person(given = "Kamil", family = "Wais", role = c("aut", "cre"), email = "kamil.wais@gmail.com", comment = c(ORCID = "0000-0002-4062-055X")) Description: A Reproducible Data Object (RDO) encapsulates both data and R code needed to reproduce those data. Each RDO can have other RDOs as dependencies. RDOs can be composed into complex tree hierarchies. Interacting with an RDO tree is similar to interacting with a single RDO. You can (re)run the code and refresh the cache, check status, validate if the code still gives the same cached data, clear data cache, access code and data cache of any of the dependencies. RDOs can be cloned and code of cloned dependencies can be modified. License: MIT + file LICENSE URL: https://github.com/openpharma/RDO#readme BugReports: https://github.com/openpharma/RDO/issues Encoding: UTF-8 Imports: purrr, data.table Suggests: visNetwork, testthat, knitr, rmarkdown RoxygenNote: 7.0.2 VignetteBuilder: knitr Repository: https://pharmaverse.r-universe.dev Date/Publication: 2020-03-09 14:00:47 UTC RemoteUrl: https://github.com/openpharma/RDO RemoteRef: HEAD RemoteSha: 19aed10f427371c30db3f890a4ee127923c1134e NeedsCompilation: no Packaged: 2026-07-04 23:49:00 UTC; root Author: Kamil Wais [aut, cre] (ORCID: ) Maintainer: Kamil Wais