Info: Zenodo’s user support line is staffed on regular business days between Dec 23 and Jan 5. Response times may be slightly longer than normal.

Published May 30, 2024 | Version v2.1.0
Software Open

reproducible: Enhance Reproducibility of R Code

Description

A collection of high-level, machine- and OS-independent tools for making reproducible and reusable content in R. The two workhorse functions are Cache() and prepInputs(). Cache() allows for nested caching, is robust to environments and objects with environments (like functions), and has deals with some classes of file-backed R objects e.g., from terra and raster packages. Both functions have been developed to be foundational components of data retrieval and processing in continuous workflow situations. In both functions, efforts are made to make the first and subsequent calls of functions have the same result, but faster at subsequent times by way of checksums and digesting. Several features are still under development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions().

Notes

To cite package "reproducible" in publications use:

Files

PredictiveEcology/reproducible-v2.1.0.zip

Files (2.7 MB)

Name Size Download all
md5:2d81d3ba6ab2e1e14cadbcd68906801c
2.7 MB Preview Download

Additional details

Related works