How to cite the R package hansard
hansard is a popular R package that is available at https://cran.r-project.org/web/packages/hansard/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 hansard package have suggested.
Example of an in-text citation
Analysis of the data was done using the hansard package (v0.8.0; Odell & Simon, 2019).
Reference list entry
Odell, E., & Simon, B. (2019). evanodell/hansard: hansard 0.8.0. Zenodo. https://doi.org/10.5281/ZENODO.591264
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 hansard package v0.8.0 (1).
Reference list entry
1.Odell E, Simon B. evanodell/hansard: hansard 0.8.0 [Internet]. Zenodo; 2019. Available from: http://dx.doi.org/10.5281/ZENODO.591264
BibTeX
Reference entry in BibTeX format. Simply copy it to your favorite citation manager.
@MISC{Odell2019-bx, title = "evanodell/hansard: hansard 0.8.0", author = "Odell, Evan and Simon, Basile", abstract = "hansard 0.8.0 Replacing deprecated tidyr functions with up-to-date ones (\#14, thanks @counterpig). This may result in some slight differences in data structures, please check your code. Changes election\_candidates() returns a tibble, with different formats and names than previous versions that will be easier to work with. Please check your code as the structure may have changed in a way that breaks existing code.", publisher = "Zenodo", year = 2019, url = "http://dx.doi.org/10.5281/ZENODO.591264", doi = "10.5281/ZENODO.591264" }
RIS
Reference entry in RIS format. Simply copy it to your favorite citation manager.
TY - COMP AU - Odell, Evan AU - Simon, Basile TI - evanodell/hansard: hansard 0.8.0 PY - 2019 DA - 2019 PB - Zenodo AB - hansard 0.8.0 Replacing deprecated tidyr functions with up-to-date ones (#14, thanks @counterpig). This may result in some slight differences in data structures, please check your code. Changes election_candidates() returns a tibble, with different formats and names than previous versions that will be easier to work with. Please check your code as the structure may have changed in a way that breaks existing code. DO - 10.5281/ZENODO.591264 UR - http://dx.doi.org/10.5281/ZENODO.591264 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!
hansard R package release history
Version | Release date |
---|---|
0.7.1 | 2019-09-08 |
0.7.0 | 2019-05-21 |
0.6.3 | 2019-01-10 |
0.6.0 | 2018-03-03 |
0.5.5 | 2017-10-10 |
0.5.2 | 2017-08-13 |
0.5.0 | 2017-07-11 |
0.4.6 | 2017-06-05 |
0.4.0 | 2017-03-24 |
0.3.4 | 2016-12-13 |
0.2.5 | 2016-11-12 |