Skip to content

Commit

Permalink
fix citation year
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Sep 2, 2024
1 parent bc84d05 commit 7e151ea
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 @@ -12,6 +12,6 @@ bibentry(
bibtype = "Manual",
title = paste0(meta$Package, ": ", gsub("[[:space:]]+", " ", meta$Title)),
author = author,
year = format(meta$Date, "%Y"),
year = format(Sys.Date(), "%Y"),
doi = "10.5281/zenodo.13632839"
)

0 comments on commit 7e151ea

Please sign in to comment.