update plotting code and makefile
This commit is contained in:
9
simulations/RemembR/DESCRIPTION
Normal file
9
simulations/RemembR/DESCRIPTION
Normal 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
|
||||
Reference in New Issue
Block a user