Package: runonce Title: Run Once and Save Result Version: 0.3.3 Authors@R: person("Florian", "Privé", role = c("aut", "cre"), email = "florian.prive.21@gmail.com") Description: Package 'runonce' helps automating the saving of long-running code to help running the same code multiple times. If you run some long-running code once, it saves the result in a file on disk. Then, if the result already exists, i.e. if the code has already been run and its output has already been saved, it just reads the result from the stored file instead of running the code again. License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: bigassertr, urltools Suggests: testthat (>= 2.1.0), covr URL: https://github.com/privefl/runonce, https://privefl.github.io/runonce/ BugReports: https://github.com/privefl/runonce/issues Repository: https://privefl.r-universe.dev Date/Publication: 2025-10-07 06:53:20 UTC RemoteUrl: https://github.com/privefl/runonce RemoteRef: HEAD RemoteSha: 8da1579335369ca1c03a8db1fe1c64ca2cd3c4e8 NeedsCompilation: no Packaged: 2026-06-19 06:54:21 UTC; root Author: Florian Privé [aut, cre] Maintainer: Florian Privé