How to cite the R package games

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

Example of an in-text citation

Analysis of the data was done using the games package (v1.1.2; Kenkel & Signorino, 2014).

Reference list entry

Kenkel, B., & Signorino, C. S. (2014). Estimating Extensive Form Games in R. In Journal of Statistical Software (Vol. 56, Issue 8, pp. 1–27). http://www.jstatsoft.org/v56/i08/

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 games package v1.1.2 (1).

Reference list entry

1.
Kenkel B, Signorino CS. Estimating Extensive Form Games in R [Internet]. Vol. 56, Journal of Statistical Software. 2014. p. 1–27. Available from: http://www.jstatsoft.org/v56/i08/

BibTeX

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

BibTeX
@MISC{Kenkel2014-ug,
  title   = "Estimating Extensive Form Games in {R}",
  author  = "Kenkel, Brenton and Signorino, Curtis S",
  journal = "Journal of Statistical Software",
  volume  =  56,
  number  =  8,
  pages   = "1--27",
  year    =  2014,
  url     = "http://www.jstatsoft.org/v56/i08/"
}

RIS

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

RIS
TY  - MISC
AU  - Kenkel, Brenton
AU  - Signorino, Curtis S
TI  - Estimating Extensive Form Games in R
T2  - Journal of Statistical Software
VL  - 56
IS  - 8
SP  - 1-27
PY  - 2014
DA  - 2014
UR  - http://www.jstatsoft.org/v56/i08/
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!

games R package release history

VersionRelease date
1.1-12014-01-17
1.1-02013-01-30
1.0-52012-03-05
1.0-42011-12-19
1.0-32011-11-09
1.0-22011-08-04
1.0-12011-03-24
1.0-02011-03-04
0.6-02010-12-09
0.5-12010-11-11
0.5-02010-10-14