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.4-any)cronR_0.6.5.tgz(r-4.3-any)
cronR_0.6.5.tar.gz(r-4.5-noble)cronR_0.6.5.tar.gz(r-4.4-noble)
cronR_0.6.5.tgz(r-4.4-emscripten)cronR_0.6.5.tgz(r-4.3-emscripten)
cronR.pdf |cronR.html✨
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 12 months agofrom:3a8076114a. Checks:OK: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 22 2024 |
R-4.5-linux | OK | Nov 22 2024 |
R-4.4-mac | OK | Nov 22 2024 |
R-4.3-mac | OK | Nov 22 2024 |
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 |