How to cite the R package bookdown

bookdown is a popular R package that is available at https://cran.r-project.org/web/packages/bookdown/index.html. By citing R packages in your paper you lay the grounds for others to be able to reproduce your analysis and secondly you are acknowledging the time and work people have spent creating the package.

APA citation

Formatted according to the APA Publication Manual 7th edition. Simply copy it to the References page as is.

APA

The minimal requirement is to cite the R package in text along with the version number. Additionally, you can include the reference list entry the authors of the bookdown package have suggested.

Example of an in-text citation

Analysis of the data was done using the bookdown package (v0.21; Xie, 2020).

Reference list entry

Xie, Y. (2020). bookdown: Authoring Books and Technical Documents with R Markdown. https://github.com/rstudio/bookdown

Vancouver citation

Formatted according to Vancouver style. Simply copy it to the references section as is.

Vancouver

Example of an in-text citation

Analysis of the data was done using the bookdown package v0.21 (1).

Reference list entry

1.
Xie Y. bookdown: Authoring Books and Technical Documents with R Markdown [Internet]. 2020. Available from: https://github.com/rstudio/bookdown

BibTeX

Reference entry in BibTeX format. Simply copy it to your favorite citation manager.

BibTeX
@MISC{Xie2020-es,
  title  = "bookdown: Authoring Books and Technical Documents with {R} Markdown",
  author = "Xie, Yihui",
  year   =  2020,
  url    = "https://github.com/rstudio/bookdown"
}

RIS

Reference entry in RIS format. Simply copy it to your favorite citation manager.

RIS
TY  - MISC
AU  - Xie, Yihui
TI  - bookdown: Authoring Books and Technical Documents with R Markdown
PY  - 2020
DA  - 2020
UR  - https://github.com/rstudio/bookdown
ER  - 

Other citation styles (ACS, ACM, IEEE, ...)

BibGuru offers more than 8,000 citation styles including popular styles such as AMA, ACN, ACS, CSE, Chicago, IEEE, Harvard, and Turabian, as well as journal and university specific styles! Give it a try now: Start citing now!

bookdown R package release history

VersionRelease date
0.202020-06-23
0.192020-05-15
0.182020-03-05
0.172020-01-11
0.162019-11-23
0.152019-11-12
0.142019-10-01
0.132019-08-21
0.122019-07-11
0.112019-05-28
0.102019-05-10
0.92018-12-21
0.82018-12-03
0.72018-02-18
0.62018-01-25
0.52017-08-20
0.42017-05-20
0.32016-11-28
0.22016-11-12
0.12016-07-13