runonce: Run Once and Save Result

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.

Version: 0.2.3
Imports: bigassertr, urltools
Suggests: testthat (≥ 2.1.0), covr
Published: 2021-10-02
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

Documentation:

Reference manual: runonce.pdf

Downloads:

Package source: runonce_0.2.3.tar.gz
Windows binaries: r-devel: runonce_0.2.3.zip, r-release: runonce_0.2.3.zip, r-oldrel: runonce_0.2.3.zip
macOS binaries: r-release (arm64): runonce_0.2.3.tgz, r-oldrel (arm64): runonce_0.2.3.tgz, r-release (x86_64): runonce_0.2.3.tgz
Old sources: runonce archive

Reverse dependencies:

Reverse imports: bigsnpr

Linking:

Please use the canonical form https://CRAN.R-project.org/package=runonce to link to this page.