age_calc update to handle vector of enddates 2021-11-08 11:01:23

This commit is contained in:
AG Damsbo 2021-11-08 11:01:23 +01:00
parent bb0d627259
commit 15824fa01c

View File

@ -18,4 +18,4 @@ library(git2r)
library(lubridate) library(lubridate)
git2r::commit(all=TRUE, message=paste(commit_message,now())) git2r::commit(all=TRUE, message=paste(commit_message,now()))
system("/usr/bin/git push origin HEAD:refs/heads/main") system("/usr/bin/git push origin HEAD:refs/heads/master")