memoise

'Memoisation' of Functions

Cache the results of a function so that when you call it again with the same arguments it returns the previously computed value.

2.0.1 MIT + file LICENSE 1 个版本
安装
install.packages("memoise")
remotes::install_cran("memoise")
版本列表
2.0.1 2021-11-26