Package: simpleRCache
Title: Simple R Cache
Description: Simple result caching in R based on R.cache. The global environment is not 
    considered when caching results simplifying moving files between multiple instances 
    of R. Relies on more base functions than R.cache (e.g. cached results are saved using 
    saveRDS() and readRDS()).
Version: 0.3.3
Date: 2021-07-15
Author: Augustin Luna, Vinodh Rajapakse
Maintainer: Augustin Luna <lunaa@cbio.mskcc.org>
Depends: R (>= 3.1.1)
License: LGPL
Imports: digest
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2021-07-15 19:04:08 UTC; user
Repository: CRAN
Date/Publication: 2021-07-15 19:30:02 UTC
Built: R 4.0.2; ; 2021-07-16 10:26:51 UTC; unix
