How to cite the R package rio

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

Example of an in-text citation

Analysis of the data was done using the rio package (v0.5.26; Chan et al., 2018).

Reference list entry

Chan, C.-H., Chan, G. C. H., Leeper, T. J., & Becker, J. (2018). rio: A Swiss-army knife for data file I/O.

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 rio package v0.5.26 (1).

Reference list entry

1.
Chan CH, Chan GCH, Leeper TJ, Becker J. rio: A Swiss-army knife for data file I/O. 2018.

BibTeX

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

BibTeX
@MISC{Chan2018-cy,
  title  = "rio: A Swiss-army knife for data file {I/O}",
  author = "Chan, Chung-Hong and Chan, Geoffrey C H and Leeper, Thomas J and
            Becker, Jason",
  year   =  2018
}

RIS

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

RIS
TY  - MISC
AU  - Chan, Chung-Hong
AU  - Chan, Geoffrey C H
AU  - Leeper, Thomas J
AU  - Becker, Jason
TI  - rio: A Swiss-army knife for data file I/O
PY  - 2018
DA  - 2018
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!

rio R package release history

VersionRelease date
0.5.162018-11-26
0.5.152018-11-25
0.5.102018-03-29
0.5.92018-02-01
0.5.52017-06-18
0.5.02017-04-28
0.4.162016-09-25
0.4.122016-08-10
0.4.112016-08-09
0.4.82016-06-14
0.4.62016-05-22
0.4.52016-05-20
0.4.32016-05-19
0.4.02016-05-01
0.3.02016-01-14
0.22015-05-07
0.1.22013-09-04
0.1.12013-08-28