Source: r-cran-memoise Standards-Version: 4.7.3 Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille , Section: gnu-r Testsuite: autopkgtest-pkg-r Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, r-cran-rlang, r-cran-cachem, architecture-is-64-bit, architecture-is-little-endian, Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-memoise Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-memoise.git Homepage: https://cran.r-project.org/package=memoise Rules-Requires-Root: no Package: r-cran-memoise Architecture: all Depends: ${R:Depends}, ${misc:Depends}, Recommends: ${R:Recommends}, Suggests: ${R:Suggests}, Description: Memoise functions Cache the results of a function so that when you call it again with the same arguments it returns the pre-computed value.