1
0

update plotting code and makefile

This commit is contained in:
2022-06-30 23:00:28 -07:00
parent 588bdd7ed7
commit cb1e895ff1
11 changed files with 1360 additions and 13 deletions

View File

@@ -0,0 +1,9 @@
Package: RemembR
Version: 0.1
Title: Save objects for later
Description: 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.
Authors@R:person("Nathan","TeBlunthuis",email="nathante@uw.edu",role=c("aut","cre"))
License: GPL3
Imports:
filelock