Skip to content

Commit 3283da6

Browse files
committed
Add book citation
1 parent 33fc723 commit 3283da6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

inst/CITATION

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
citHeader("To cite plotly in publications use:")
22

3-
bibentry(
4-
bibtype = "Manual",
5-
title = "plotly for R",
6-
author = personList(as.person("Carson Sievert")),
7-
year = "2018",
3+
citEntry(entry = "book",
4+
author = "Carson Sievert",
5+
title = "Interactive Web-Based Data Visualization with R, plotly, and shiny",
6+
publisher = "Chapman and Hall/CRC",
7+
year = "2020",
8+
isbn = "9781138331457",
89
url = "https://plotly-r.com",
9-
10-
textVersion = "Carson Sievert (2018) plotly for R. https://plotly-r.com"
10+
textVersion = "C. Sievert. Interactive Web-Based Data Visualization with R, plotly, and shiny. Chapman and Hall/CRC Florida, 2020."
1111
)

0 commit comments

Comments
 (0)