Memoisation of Functions
Cache the results of a function so that when you call it again with the same arguments it returns the pre-computed value.
CRAN page Reference
5,610,330
177,436
40,970
5,915
install.packages('memoise')
1.1.0
a year ago
https://github.com/hadley/memoise
Jim Hester
MIT + file LICENSE
digest (>= 0.6.3)
testthat, aws.s3, httr, covr
You can add the ranking badge to your Github repository with this Markdown code:
[](http://www.rpackages.io/package/memoise)
Or with this HTML code for a webpage:
<a href="http://www.rpackages.io/package/memoise"><img src="http://www.rpackages.io/badge/memoise.svg" /></a>