Skip to content

Commit

Permalink
Fix date of document compile to include year
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrandin committed Sep 10, 2024
1 parent 683e4ed commit 6601b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/147-colophon.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The source code for this assessment is available at:
<https://github.com/pbs-assess/arrowtooth>
This version of the document was generated on `r format(lubridate::as_date(Sys.time()), format = '%a %b, %d')`
This version of the document was generated on `r format(lubridate::as_date(Sys.time()), format = '%a %b %d, %Y')`
with `r devtools::session_info()$platform$version` [@r2022] and R package versions:
")
Expand Down

0 comments on commit 6601b6f

Please sign in to comment.