All notable changes to this project will be documented in this file.
- updates to accommodate latest knitr for vignettes
- fixes unit tests on windows
- fixes lifespan bug that used creation time instead of modification time
- allow arg-less directory setting to default to current working dir
- adds a lifespan arg to simpleCache() to create auto-expiring caches
- remove unnecessary parse argument to simpleCache()
- viewCacheDirs() renamed to simpleCacheOptions()
- fixed a bug in unit tests that left behind a test cache in user home dir.
- changes cache building to happen in parent.frame()
- repaired vignette so R code is displayed properly
- added deleteCaches() function and docs
- reduced size of unit test cache for speed increase
- switched default cache dir to tempdir()
- changed availCaches() to listCaches()
- changes cache building to happen in globalenv(), so that any loaded
packages are available for cache building
- added examples
- support for batchjobs parallel processing
- docs, prep for submission to CRAN
- long-term stable version