Package: runonce 0.3.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:
runonce_0.3.3.tar.gz
runonce_0.3.3.zip(r-4.7)runonce_0.3.3.zip(r-4.6)runonce_0.3.3.zip(r-4.5)
runonce_0.3.3.tgz(r-4.6-any)runonce_0.3.3.tgz(r-4.5-any)
runonce_0.3.3.tar.gz(r-4.7-any)runonce_0.3.3.tar.gz(r-4.6-any)
runonce_0.3.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
runonce/json (API)
| # Install 'runonce' in R: |
| install.packages('runonce', repos = c('https://privefl.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/privefl/runonce/issues
Pkgdown/docs site:https://privefl.github.io
Last updated from:8da1579335. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 125 | ||
| source / vignettes | OK | 143 | ||
| linux-release-x86_64 | OK | 122 | ||
| macos-release-arm64 | OK | 93 | ||
| macos-oldrel-arm64 | OK | 98 | ||
| windows-devel | OK | 118 | ||
| windows-release | OK | 78 | ||
| windows-oldrel | OK | 77 | ||
| wasm-release | OK | 96 |
Exports:download_filesave_runskip_run_if
Dependencies:bigassertrRcpptriebeardurltools
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Download once | download_file |
| Cache result | save_run |
| Skip code | skip_run_if |
