Skip to content

Commit

Permalink
convert to Date in CITATION file
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed May 23, 2024
1 parent dda1dbf commit c4909d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (length(author)) {
if (is.null(meta$Date)) {
date <- format(Sys.Date(), "%Y")
} else {
date <- format(meta$Date, "%Y")
date <- format(as.Date(meta$Date), "%Y")
}

bibentry(
Expand Down

0 comments on commit c4909d0

Please sign in to comment.