Skip to content

Commit

Permalink
Bump to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Jan 6, 2023
1 parent f0e5a76 commit 16dd449
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: cronR
Type: Package
Title: Schedule R Scripts and Processes with the 'cron' Job Scheduler
Version: 0.6.4
Version: 0.6.5
Authors@R: c(
person("Jan", "Wijffels", role = c("aut", "cre", "cph"), email = "[email protected]"),
person("BNOSAC", role = "cph"),
Expand Down
4 changes: 4 additions & 0 deletions inst/NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Package: cronR
================

Version: 0.6.5 [2023-01-06]

- cron_rscript: fix 'the condition has length > 1' when passing on rscript_args

Version: 0.6.4 [2022-11-29]

- cron_add, cron_rm now also allow to add/remove cron jobs from another user by passing the user argument
Expand Down

0 comments on commit 16dd449

Please sign in to comment.