Last data update: 2014.03.03

memoise

Encoding: UTF-8
Package: memoise
Title: Memoisation of Functions
Version: 1.0.0
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut"),
person("Jim", "Hester", , "jim.hester@rstudio.com", role = c("aut", "cre")),
person("Kirill", "Müller", , "krlmlr+r@mailbox.org", role = "aut"))
Description: Cache the results of a function so that when you call it
again with the same arguments it returns the pre-computed value.
URL: https://github.com/hadley/memoise
BugReports: https://github.com/hadley/memoise/issues
Imports: digest (>= 0.6.3)
Suggests: testthat
License: MIT + file LICENSE
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-01-28 19:30:15 UTC; jhester
Author: Hadley Wickham [aut],
Jim Hester [aut, cre],
Kirill Müller [aut]
Maintainer: Jim Hester <jim.hester@rstudio.com>
Repository: CRAN
Date/Publication: 2016-01-29 05:58:01

● 0 images, 5 functions, 0 datasets
Reverse Depends: 4

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'memoise' ...
** package 'memoise' successfully unpacked and MD5 sums checked
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'memoise'
    finding HTML links ... done
    forget                                  html  
    has_cache                               html  
    is.memoised                             html  
    memoise                                 html  
    timeout                                 html  
** building package indices
** testing if installed package can be loaded
* DONE (memoise)
Making 'packages.html' ... done