From 6601b6ff1cc54f94eea14cbd53c82a1e758766fe Mon Sep 17 00:00:00 2001 From: Chris Grandin Date: Tue, 10 Sep 2024 12:34:58 -0700 Subject: [PATCH] Fix date of document compile to include year --- doc/147-colophon.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/147-colophon.Rmd b/doc/147-colophon.Rmd index ecf8c16..244de9e 100644 --- a/doc/147-colophon.Rmd +++ b/doc/147-colophon.Rmd @@ -5,7 +5,7 @@ The source code for this assessment is available at: -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: ")