How to cite the R package jstor

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

Example of an in-text citation

Analysis of the data was done using the jstor package (v0.3.9; Klebel, 2018).

Reference list entry

Klebel, T. (2018). jstor: Import and Analyse Data from Scientific Texts. Journal of Open Source Software, 3(28), 883.

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 jstor package v0.3.9 (1).

Reference list entry

1.
Klebel T. jstor: Import and Analyse Data from Scientific Texts. J Open Source Softw. 2018 Aug 8;3(28):883.

BibTeX

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

BibTeX
@ARTICLE{Klebel2018-tc,
  title     = "jstor: Import and Analyse Data from Scientific Texts",
  author    = "Klebel, Thomas",
  journal   = "J. Open Source Softw.",
  publisher = "The Open Journal",
  volume    =  3,
  number    =  28,
  pages     = "883",
  month     =  aug,
  year      =  2018,
  url       = "http://dx.doi.org/10.21105/joss.00883",
  copyright = "http://creativecommons.org/licenses/by/4.0/",
  issn      = "2475-9066",
  doi       = "10.21105/joss.00883"
}

RIS

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

RIS
TY  - JOUR
AU  - Klebel, Thomas
TI  - jstor: Import and Analyse Data from Scientific Texts
T2  - J. Open Source Softw.
VL  - 3
IS  - 28
SP  - 883
PY  - 2018
DA  - 2018/8/8
PB  - The Open Journal
SN  - 2475-9066
DO  - 10.21105/joss.00883
UR  - http://dx.doi.org/10.21105/joss.00883
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: Cite it now!

jstor R package release history

VersionRelease date
0.3.82020-04-03
0.3.72019-09-05
0.3.62018-12-13
0.3.52018-11-25
0.3.42018-10-18
0.3.32018-09-30
0.3.22018-07-20
0.3.12018-07-13