Skip to content

Commit 96a6b54

Browse files
committed
update CITATION to new style
1 parent 65799ec commit 96a6b54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

inst/CITATION

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
citHeader("To cite ggplot2 in publications, please use:")
2-
3-
citEntry(entry = "book",
1+
bibentry(
2+
bibtype = "Book",
3+
textVersion = "H. Wickham. ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York, 2016.",
4+
header = "To cite ggplot2 in publications, please use",
45
author = "Hadley Wickham",
56
title = "ggplot2: Elegant Graphics for Data Analysis",
67
publisher = "Springer-Verlag New York",
78
year = "2016",
89
isbn = "978-3-319-24277-4",
910
url = "https://ggplot2.tidyverse.org",
10-
textVersion = "H. Wickham. ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York, 2016."
1111
)

0 commit comments

Comments
 (0)