Package: cronR 0.6.5
cronR: Schedule R Scripts and Processes with the 'cron' Job Scheduler
Create, edit, and remove 'cron' jobs on your unix-alike system. The package provides a set of easy-to-use wrappers to 'crontab'. It also provides an RStudio add-in to easily launch and schedule your scripts.
Authors:
cronR_0.6.5.tar.gz
cronR_0.6.5.tgz(r-4.6-any)cronR_0.6.5.tgz(r-4.5-any)
cronR_0.6.5.tar.gz(r-4.7-any)cronR_0.6.5.tar.gz(r-4.6-any)
cronR_0.6.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
cronR/json (API)
NEWS
| # Install 'cronR' in R: |
| install.packages('cronR', repos = c('https://bnosac.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bnosac/cronr/issues
Last updated from:3a8076114a. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 122 | ||
| source / vignettes | OK | 172 | ||
| linux-release-x86_64 | OK | 109 | ||
| macos-release-arm64 | OK | 76 | ||
| macos-oldrel-arm64 | OK | 87 | ||
| windows-devel | OK | 64 | ||
| windows-release | OK | 62 | ||
| windows-oldrel | OK | 66 | ||
| wasm-release | OK | 101 |
Exports:cron_addcron_clearcron_loadcron_lscron_njobscron_rmcron_rscriptcron_rstudioaddincron_save
Dependencies:digest
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Make a simple cron job | cronjob cron_add |
| Clear all cron jobs | cron_clear |
| Load a crontab from file | cron_load |
| List the contents of a crontab | cron_ls |
| List the number of rCron cron jobs | cron_njobs |
| Remove a cronjob | cron_rm |
| Create a command to execute an R script which can be scheduled with cron_add | cron_rscript |
| Launch an RStudio addin which allows to schedule an Rscript interactively. | cron_rstudioaddin |
| Save the current crontab | cron_save |
