1
0
ml_measurement_error_public/simulations/RemembR
2022-06-30 23:00:28 -07:00
..
R update plotting code and makefile 2022-06-30 23:00:28 -07:00
.gitignore update plotting code and makefile 2022-06-30 23:00:28 -07:00
DESCRIPTION update plotting code and makefile 2022-06-30 23:00:28 -07:00
LICENSE update plotting code and makefile 2022-06-30 23:00:28 -07:00
NAMESPACE update plotting code and makefile 2022-06-30 23:00:28 -07:00
README.md update plotting code and makefile 2022-06-30 23:00:28 -07:00

RemembR

A simple utility that manages a collection of objects and saves them to disk. Useful in reproducible research workflows that require caching intermediate results from expensive computations or robustness checks and loading them in knitr. Interoperable with the pyRemembeR python package to support projects that use both languages. Uses filelocking so that multiple threads or processes can operate on the same cache.