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 read the result from the stored file instead of running the code again.
Version: | 0.2.2 |
Imports: | bigassertr, urltools |
Suggests: | testthat (≥ 2.1.0) |
Published: | 2020-07-27 |
Author: | Florian Privé [aut, cre] |
Maintainer: | Florian Privé <florian.prive.21 at gmail.com> |
BugReports: | https://github.com/privefl/runonce/issues |
License: | GPL-3 |
URL: | https://github.com/privefl/runonce |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | runonce results |
Reference manual: | runonce.pdf |
Package source: | runonce_0.2.2.tar.gz |
Windows binaries: | r-devel: runonce_0.2.2.zip, r-release: runonce_0.2.2.zip, r-oldrel: runonce_0.2.2.zip |
macOS binaries: | r-release: runonce_0.2.2.tgz, r-oldrel: runonce_0.2.2.tgz |
Please use the canonical form https://CRAN.R-project.org/package=runonce to link to this page.