cronR
cronR copied to clipboard
A simple R package for managing your cron jobs.
Thank you for this package. I've found a bug when adding a monthly job. The following code produces a cronjob with schedule `0 6 4 * 1` which will run...
hi, tks for this usefull package !!! can you help me, i need to aggregate a start hour and a start date in cron_add() y see that can do in...
Services to monitor cron jobs, like Healthchecks.io, require adding an command to the cron job command. For example, `cd '/home/rstudio/Documents/scripts/neon4cast-scoring' && /usr/local/lib/R/bin/Rscript '/home/rstudio/Documents/scripts/neon4cast-scoring/scoring.R' > '/efi_neon_challenge/log/cron/scoring.log' 2>&1 && curl -fsS -m...
Hi! Is it possible to run all existing (or selected) cron jobs with a command without having to edit their original timings? With `cron_ls()` I see all the cron jobs...
Thank you for this package, I am finding it very useful and am trying to use cronR more generally rather than linux-level cron commands. I have hit a behaviour where...
to add some environment variables
Hi, first of all thanks a lot for the package: it works great. I work with financial data and I was wondering if I could run a script regularly when...