How to cite the R package list

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

Example of an in-text citation

Analysis of the data was done using the list package (v9.2; Blair & Imai, 2010).

Reference list entry

Blair, G., & Imai, K. (2010). list: Statistical Methods for the Item Count Technique and List Experiment. https://CRAN.R-project.org/package=list

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 list package v9.2 (1).

Reference list entry

1.
Blair G, Imai K. list: Statistical Methods for the Item Count Technique and List Experiment [Internet]. 2010. Available from: https://CRAN.R-project.org/package=list

BibTeX

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

BibTeX
@MISC{Blair2010-dv,
  title        = "{list}: Statistical Methods for the Item Count Technique and
                  List Experiment",
  author       = "Blair, Graeme and Imai, Kosuke",
  year         =  2010,
  url          = "https://CRAN.R-project.org/package=list",
  howpublished = "Available at The Comprehensive R Archive Network (CRAN)"
}

RIS

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

RIS
TY  - MISC
AU  - Blair, Graeme
AU  - Imai, Kosuke
TI  - list: Statistical Methods for the Item Count Technique and List Experiment
PY  - 2010
DA  - 2010
UR  - https://CRAN.R-project.org/package=list
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!

list R package release history

VersionRelease date
9.12019-02-26
9.02018-11-06
8.32016-12-30
8.22016-08-16
8.12016-07-27
8.02015-05-20
7.12014-11-29
7.02014-08-18
6.12014-03-06
6.02013-04-24
5.22013-01-06
5.12012-03-22
5.02012-01-03
4.22011-11-02
4.12011-05-24
4.02011-05-04
3.02011-04-06
2.32011-03-09
2.22011-01-20
2.12011-01-03
2.02010-12-14
1.12010-07-25
1.02010-07-09