]> code.communitydata.science - ml_measurement_error_public.git/blob - simulations/RemembR/DESCRIPTION
update plotting code and makefile
[ml_measurement_error_public.git] / simulations / RemembR / DESCRIPTION
1 Package: RemembR
2 Version: 0.1
3 Title: Save objects for later
4 Description: A simple utility that manages a collection of objects and saves
5  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.
6 Authors@R:person("Nathan","TeBlunthuis",email="nathante@uw.edu",role=c("aut","cre"))
7 License: GPL3
8 Imports:
9     filelock

Community Data Science Collective || Want to submit a patch?