How to cite the R package future
future is a popular R package that is available at https://cran.r-project.org/web/packages/future/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 future package have suggested.
Example of an in-text citation
Analysis of the data was done using the future package (v1.21.0; Bengtsson, 2020).
Reference list entry
Bengtsson, H. (2020). A Unifying Framework for Parallel and Distributed Processing in R using Futures. In arXiv [cs.DC]. arXiv. http://arxiv.org/abs/2008.00553
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 future package v1.21.0 (1).
Reference list entry
1.Bengtsson H. A Unifying Framework for Parallel and Distributed Processing in R using Futures [Internet]. arXiv [cs.DC]. 2020. Available from: http://arxiv.org/abs/2008.00553
BibTeX
Reference entry in BibTeX format. Simply copy it to your favorite citation manager.
@MISC{Bengtsson2020-dd, title = "A Unifying Framework for Parallel and Distributed Processing in {R} using Futures", author = "Bengtsson, Henrik", journal = "arXiv [cs.DC]", month = aug, year = 2020, url = "http://arxiv.org/abs/2008.00553", archivePrefix = "arXiv", eprint = "2008.00553", primaryClass = "cs.DC", arxivid = "2008.00553" }
RIS
Reference entry in RIS format. Simply copy it to your favorite citation manager.
TY - MISC AU - Bengtsson, Henrik TI - A Unifying Framework for Parallel and Distributed Processing in R using Futures T2 - arXiv [cs.DC] PY - 2020 DA - 2020/8 UR - http://arxiv.org/abs/2008.00553 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!
future R package release history
Version | Release date |
---|---|
1.20.1 | 2020-11-03 |
1.19.1 | 2020-09-22 |
1.18.0 | 2020-07-09 |
1.17.0 | 2020-04-18 |
1.16.0 | 2020-01-16 |
1.15.1 | 2019-11-25 |
1.15.0 | 2019-11-08 |
1.14.0 | 2019-07-02 |
1.13.0 | 2019-05-09 |
1.12.0 | 2019-03-08 |
1.11.1.1 | 2019-01-27 |
1.11.0 | 2019-01-22 |
1.10.0 | 2018-10-17 |
1.9.0 | 2018-07-23 |
1.8.1 | 2018-05-03 |
1.8.0 | 2018-04-08 |
1.7.0 | 2018-02-11 |
1.6.2 | 2017-10-17 |
1.6.1 | 2017-09-09 |
1.6.0 | 2017-08-13 |
1.5.0 | 2017-05-26 |
1.4.0 | 2017-03-13 |
1.3.0 | 2017-02-19 |
1.2.0 | 2016-11-12 |
1.1.1 | 2016-10-11 |
1.1.0 | 2016-10-10 |
1.0.1 | 2016-07-04 |
1.0.0 | 2016-06-24 |
0.15.0 | 2016-06-14 |
0.14.0 | 2016-05-17 |
0.13.0 | 2016-04-14 |
0.12.0 | 2016-02-24 |
0.11.0 | 2016-01-20 |
0.10.0 | 2015-12-31 |
0.9.0 | 2015-12-12 |
0.8.2 | 2015-10-14 |
0.8.1 | 2015-10-05 |
0.8.0 | 2015-09-07 |
0.7.0 | 2015-07-14 |
0.6.0 | 2015-06-19 |