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.
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.
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.
@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.
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
Version | Release date |
---|---|
9.1 | 2019-02-26 |
9.0 | 2018-11-06 |
8.3 | 2016-12-30 |
8.2 | 2016-08-16 |
8.1 | 2016-07-27 |
8.0 | 2015-05-20 |
7.1 | 2014-11-29 |
7.0 | 2014-08-18 |
6.1 | 2014-03-06 |
6.0 | 2013-04-24 |
5.2 | 2013-01-06 |
5.1 | 2012-03-22 |
5.0 | 2012-01-03 |
4.2 | 2011-11-02 |
4.1 | 2011-05-24 |
4.0 | 2011-05-04 |
3.0 | 2011-04-06 |
2.3 | 2011-03-09 |
2.2 | 2011-01-20 |
2.1 | 2011-01-03 |
2.0 | 2010-12-14 |
1.1 | 2010-07-25 |
1.0 | 2010-07-09 |