Package: simpleRCache
Title: Simple R Cache
Description: Simple result caching in R based on Henrik
    Bengtsson's 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.2.1
Author: Augustin Luna, Vinodh Rajapakse
Maintainer: Augustin Luna <lunaa@cbio.mskcc.org>
Depends: R (>= 3.1.1)
License: LGPL
Imports: digest
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-02-27 12:48:05 UTC; cannin
Repository: CRAN
Date/Publication: 2016-02-27 14:44:13
