How to cite the R package trip

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

Example of an in-text citation

Analysis of the data was done using the trip package (v1.8.0; Sumner, 2011).

Reference list entry

Sumner, M. D. (2011). The Tag Location Problem. University of Tasmania. https://eprints.utas.edu.au/12273/3/sumner.pdf

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 trip package v1.8.0 (1).

Reference list entry

1.
Sumner MD. The Tag Location Problem [Internet]. University of Tasmania; 2011. Available from: https://eprints.utas.edu.au/12273/3/sumner.pdf

BibTeX

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

BibTeX
@MISC{Sumner2011-ta,
  title  = "The Tag Location Problem",
  author = "Sumner, Michael Damien",
  year   =  2011,
  url    = "https://eprints.utas.edu.au/12273/3/sumner.pdf",
  school = "University of Tasmania"
}

RIS

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

RIS
TY  - MISC
AU  - Sumner, Michael Damien
TI  - The Tag Location Problem
PY  - 2011
DA  - 2011
UR  - https://eprints.utas.edu.au/12273/3/sumner.pdf
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!

trip R package release history

VersionRelease date
1.7.12020-06-15
1.6.02019-04-15
1.5.02016-10-18
1.1-212015-05-21
1.1-192014-11-05
1.1-182014-09-23
1.1-172013-08-25
1.1-162013-08-07
1.1-152013-06-18
1.1-142013-05-16
1.1-122012-11-06
1.1-102012-10-29
1.1-92010-09-29
1.1-82010-09-27
1.1-62010-06-03
1.1-42009-12-06
1.1-32009-10-12
1.1-22008-11-10
1.1-12008-02-05
1.1-02008-01-19
1.0-42007-07-23
1.0-32007-03-16
0.0.92006-11-17