Package: runonce 0.2.3

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.

Authors:Florian Privé [aut, cre]

runonce_0.2.3.tar.gz
runonce_0.2.3.zip(r-4.5)runonce_0.2.3.zip(r-4.4)runonce_0.2.3.zip(r-4.3)
runonce_0.2.3.tgz(r-4.4-any)runonce_0.2.3.tgz(r-4.3-any)
runonce_0.2.3.tar.gz(r-4.5-noble)runonce_0.2.3.tar.gz(r-4.4-noble)
runonce_0.2.3.tgz(r-4.4-emscripten)runonce_0.2.3.tgz(r-4.3-emscripten)
runonce.pdf |runonce.html
runonce/json (API)

# Install 'runonce' in R:
install.packages('runonce', repos = c('https://privefl.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/privefl/runonce/issues

Pkgdown site:https://privefl.github.io

On CRAN:

4.51 score 3 stars 4 packages 18 scripts 707 downloads 3 exports 4 dependencies

Last updated 2 years agofrom:44691d2f96. Checks:7 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKJan 24 2025
R-4.5-winOKJan 24 2025
R-4.5-linuxOKJan 24 2025
R-4.4-winOKJan 24 2025
R-4.4-macOKJan 24 2025
R-4.3-winOKJan 24 2025
R-4.3-macOKJan 24 2025

Exports:download_filesave_runskip_run_if

Dependencies:bigassertrRcpptriebeardurltools

Readme and manuals

Help Manual

Help pageTopics
Download oncedownload_file
Cache resultsave_run
Skip codeskip_run_if