How to cite the R package rstan

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

Example of an in-text citation

Analysis of the data was done using the rstan package (v2.21.2; Stan Development Team, 2020).

Reference list entry

Stan Development Team. (2020). RStan: the R interface to Stan. http://mc-stan.org/

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

Reference list entry

1.
Stan Development Team. RStan: the R interface to Stan [Internet]. 2020. Available from: http://mc-stan.org/

BibTeX

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

BibTeX
@MISC{Stan_Development_Team2020-sz,
  title  = "{{RStan}}: the {R} interface to {Stan}",
  author = "{Stan Development Team}",
  year   =  2020,
  url    = "http://mc-stan.org/"
}

RIS

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

RIS
TY  - MISC
AU  - Stan Development Team
TI  - RStan: the R interface to Stan
PY  - 2020
DA  - 2020
UR  - http://mc-stan.org/
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!

rstan R package release history

VersionRelease date
2.21.12020-07-08
2.19.32020-02-11
2.19.22019-07-09
2.18.22018-11-07
2.18.12018-10-16
2.17.42018-10-01
2.17.32018-01-20
2.17.22017-12-21
2.16.22017-07-03
2.15.12017-04-19
2.14.22017-03-19
2.14.12016-12-28
2.13.22016-12-18
2.12.12016-09-12
2.11.12016-07-29
2.10.12016-06-24
2.9.0-32016-02-12
2.9.02016-01-05
2.8.22015-11-27
2.8.12015-11-19
2.8.02015-09-19
2.7.0-12015-07-18