Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 430 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 430 Bytes

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.