How to cite the R package rmarkdown

rmarkdown is a popular R package that is available at https://cran.r-project.org/web/packages/rmarkdown/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 rmarkdown package have suggested.

Example of an in-text citation

Analysis of the data was done using the rmarkdown package (v2.7; Allaire et al., 2020).

Reference list entry

Allaire, J. J., Xie, Y., McPherson, J., Luraschi, J., Ushey, K., Atkins, A., Wickham, H., Cheng, J., Chang, W., & Iannone, R. (2020). rmarkdown: Dynamic Documents for R. https://github.com/rstudio/rmarkdown

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 rmarkdown package v2.7 (1).

Reference list entry

1.
Allaire JJ, Xie Y, McPherson J, Luraschi J, Ushey K, Atkins A, et al. rmarkdown: Dynamic Documents for R [Internet]. 2020. Available from: https://github.com/rstudio/rmarkdown

BibTeX

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

BibTeX
@MISC{Allaire2020-sr,
  title  = "rmarkdown: Dynamic Documents for {R}",
  author = "Allaire, J J and Xie, Yihui and McPherson, Jonathan and Luraschi,
            Javier and Ushey, Kevin and Atkins, Aron and Wickham, Hadley and
            Cheng, Joe and Chang, Winston and Iannone, Richard",
  year   =  2020,
  url    = "https://github.com/rstudio/rmarkdown"
}

RIS

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

RIS
TY  - MISC
AU  - Allaire, J J
AU  - Xie, Yihui
AU  - McPherson, Jonathan
AU  - Luraschi, Javier
AU  - Ushey, Kevin
AU  - Atkins, Aron
AU  - Wickham, Hadley
AU  - Cheng, Joe
AU  - Chang, Winston
AU  - Iannone, Richard
TI  - rmarkdown: Dynamic Documents for R
PY  - 2020
DA  - 2020
UR  - https://github.com/rstudio/rmarkdown
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!

rmarkdown R package release history

VersionRelease date
2.62020-12-14
2.52020-10-21
2.42020-09-30
2.32020-06-18
2.22020-05-31
2.12020-01-20
2.02019-12-12
1.182019-11-27
1.172019-11-13
1.162019-10-01
1.152019-08-21
1.142019-07-12
1.132019-05-23
1.122019-03-14
1.112018-12-08
1.102018-06-11
1.92018-03-01
1.82017-11-17
1.72017-11-10
1.62017-06-15
1.52017-04-26
1.42017-03-24
1.32016-12-21
1.22016-11-21
1.12016-10-16
1.02016-07-08
0.9.62016-05-01
0.9.52016-02-22
0.9.22016-01-01
0.9.12015-12-31
0.92015-12-22
0.8.12015-10-10
0.82015-08-30
0.72015-06-13
0.6.12015-05-07
0.5.12015-01-26
0.4.22014-12-22
0.3.32014-09-17