How to cite the R package rnn
rnn is a popular R package that is available at https://cran.r-project.org/web/packages/rnn/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 rnn package have suggested.
Example of an in-text citation
Analysis of the data was done using the rnn package (v1.4.0; Quast, 2016).
Reference list entry
Quast, B. (2016). rnn: a Recurrent Neural Network in R. In Working Papers. The Graduate Institute. http://qua.st/rnn
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 rnn package v1.4.0 (1).
Reference list entry
1.Quast B. rnn: a Recurrent Neural Network in R [Internet]. Working Papers. Maison de la paix, Geneva, Switzerland: The Graduate Institute; 2016. Available from: http://qua.st/rnn
BibTeX
Reference entry in BibTeX format. Simply copy it to your favorite citation manager.
@MISC{Quast2016-bl, title = "rnn: a Recurrent Neural Network in {R}", author = "Quast, Bastiaan", journal = "Working Papers", institution = "The Graduate Institute", year = 2016, url = "http://qua.st/rnn", address = "Maison de la paix, Geneva, Switzerland" }
RIS
Reference entry in RIS format. Simply copy it to your favorite citation manager.
TY - MISC AU - Quast, Bastiaan TI - rnn: a Recurrent Neural Network in R T2 - Working Papers PY - 2016 DA - 2016 CY - Maison de la paix, Geneva, Switzerland UR - http://qua.st/rnn 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!
rnn R package release history
Version | Release date |
---|---|
0.9.8 | 2019-05-27 |
0.8.1 | 2018-06-21 |
0.8.0 | 2016-09-11 |
0.5.0 | 2016-05-07 |
0.3.0 | 2016-04-07 |
0.2.0 | 2015-12-11 |
0.1.0 | 2015-11-30 |