We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65799ec commit 96a6b54Copy full SHA for 96a6b54
inst/CITATION
@@ -1,11 +1,11 @@
1
-citHeader("To cite ggplot2 in publications, please use:")
2
-
3
-citEntry(entry = "book",
+bibentry(
+ bibtype = "Book",
+ textVersion = "H. Wickham. ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York, 2016.",
4
+ header = "To cite ggplot2 in publications, please use",
5
author = "Hadley Wickham",
6
title = "ggplot2: Elegant Graphics for Data Analysis",
7
publisher = "Springer-Verlag New York",
8
year = "2016",
9
isbn = "978-3-319-24277-4",
10
url = "https://ggplot2.tidyverse.org",
- textVersion = "H. Wickham. ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York, 2016."
11
)
0 commit comments