Changes in version 0.6.5 (2023-01-09) o cron_rscript: fix 'the condition has length > 1' when passing on rscript_args Changes in version 0.6.4 o cron_add, cron_rm now also allow to add/remove cron jobs from another user by passing the user argument Changes in version 0.6.3 o cron_rscript gains an argument, type, which allows for different command types such as those that generate an output on error. The current command type is the "default" value. o cron_rscript gains an argument, ... allowing to add extra options specific to the type o Changes to deparse_crontab(): all cronR jobs will be placed at the bottom of the crontab now instead of the top. Changes in version 0.6.2 (2022-02-17) o Call "crontab -r" without "-u user" when the user parameter is empty. o Omit empty line when no env is passed in cron_add Changes in version 0.6.1 (2022-01-28) o cron_add gains an argument, env, which sets environment variables for a cron job by a named vector. o remove VignetteBuilder entry in DESCRIPTION Changes in version 0.6.0 (2021-09-20) o Make sure always ask for approval when executing cron_add, cron_rm, cron_clear unless explicitely indicating ask=FALSE o Removed vignette as it is available in the README Changes in version 0.5.1 (2021-09-01) o Switch unit testing from testthat to tinytest o Fix unit test if user has access rights to /opt folder (e.g. as root) Changes in version 0.5.0 (2021-08-20) o Change default directory of R script deployment in the addin: cron_rstudioaddin o Fix issue #42 - warning when passing user argument Changes in version 0.4.2 (2020-09-23) o Allow to specify working directory for launching scripts o Add rmarkdown as dependency Changes in version 0.4.0 (2018-03-08) o Allow creating any cron schedule + update rstudio addin + added examples on that o No longer use the extdata folder if the user does not have right permissions Changes in version 0.3.0 (2017-03-03) o Add cron_rscript o Add examples o Make sure Rscript uses full path and shQuote scripts o Roxygen updates o Vignette Changes in version 0.2.1 o Use shinyfiles package to allow to use files on a server instead of uploading them Changes in version 0.2.0 o Added RStudio add-in o Fixed issues with days_of_week, days_of_month and months parsing if several were given o R CMD check happiness