Package: cache Title: Cache and Retrieve Computation Results Version: 0.0.3 Authors@R: person(given = "Olivier", family = "Binette", role = c("aut", "cre"), email = "olivier.binette@gmail.com") Description: Easily cache and retrieve computation results. The package works seamlessly across interactive R sessions, R scripts and Rmarkdown documents. URL: https://github.com/OlivierBinette/cache BugReports: https://github.com/OlivierBinette/cache/issues License: MIT + file LICENSE Imports: digest, assert, cli, here Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://olivierbinette.r-universe.dev Date/Publication: 2022-07-29 13:37:47 UTC RemoteUrl: https://github.com/olivierbinette/cache RemoteRef: HEAD RemoteSha: 24988f069a4189e142deda551716036df14db332 NeedsCompilation: no Packaged: 2026-06-20 07:44:38 UTC; root Author: Olivier Binette [aut, cre] Maintainer: Olivier Binette