1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/devel/R-cran-memoise/pkg-descr
TAKATSU Tomonari 385d7b3534 - Update to 0.2.1
- Add LICENSE
- Replace tab with a single space after WWW: in pkg-descr
2014-04-26 06:31:34 +00:00

5 lines
176 B
Plaintext

Cache the results of a function so that when you call it again with
the same arguments it returns the pre-computed value.
WWW: http://cran.r-project.org/web/packages/memoise/