Skip to content

Commit 52b3a40

Browse files
committed
update CITATION file
1 parent dd8228b commit 52b3a40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

inst/CITATION

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ if (length(author)) {
1111
if (is.null(meta$Date)) {
1212
date <- format(Sys.Date(), "%Y")
1313
} else {
14-
date <- format(meta$Date, "%Y")
14+
date <- format(as.Date(meta$Date), "%Y")
1515
}
1616

1717
bibentry(
1818
bibtype = "Manual",
1919
title = paste0(meta$Package, ": ", gsub("[[:space:]]+", " ", meta$Title)),
2020
author = author,
2121
year = date,
22-
url = paste0(meta$URL, "/")
22+
doi = "10.5281/zenodo.6532786",
23+
url = "https://epiverse-trace.github.io/cleanepi/"
2324
)

0 commit comments

Comments
 (0)