Package: memoise Title: 'Memoisation' of Functions Version: 2.0.1.9000 Authors@R: c(person(given = "Hadley", family = "Wickham", role = "aut", email = "hadley@posit.co"), person(given = "Jim", family = "Hester", role = "aut"), person(given = "Winston", family = "Chang", role = c("aut", "cre"), email = "winston@posit.co"), person(given = "Kirill", family = "Müller", role = "aut", email = "krlmlr+r@mailbox.org"), person(given = "Daniel", family = "Cook", role = "aut", email = "danielecook@gmail.com"), person(given = "Mark", family = "Edmondson", role = "ctb", email = "r@sunholo.com")) Description: Cache the results of a function so that when you call it again with the same arguments it returns the previously computed value. License: MIT + file LICENSE URL: https://memoise.r-lib.org, https://github.com/r-lib/memoise BugReports: https://github.com/r-lib/memoise/issues Imports: rlang (>= 0.4.10), cachem Suggests: digest, aws.s3, covr, googleAuthR, googleCloudStorageR, httr, testthat Encoding: UTF-8 RoxygenNote: 7.1.2 Repository: https://r-lib.r-universe.dev Date/Publication: 2023-12-05 17:01:13 UTC RemoteUrl: https://github.com/r-lib/memoise RemoteRef: HEAD RemoteSha: 40db995d57e1790ed2519f5a653ca0f497a53c71 NeedsCompilation: no Packaged: 2026-07-01 18:05:06 UTC; root Author: Hadley Wickham [aut], Jim Hester [aut], Winston Chang [aut, cre], Kirill Müller [aut], Daniel Cook [aut], Mark Edmondson [ctb] Maintainer: Winston Chang