How to cite the R package dbscan
dbscan is a popular R package that is available at https://cran.r-project.org/web/packages/dbscan/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 dbscan package have suggested.
Example of an in-text citation
Analysis of the data was done using the dbscan package (v1.1-6; Hahsler et al., 2019).
Reference list entry
Hahsler, M., Piekenbrock, M., & Doran, D. (2019). dbscan: Fast Density-Based Clustering with R. Journal of Statistical Software, 91(1). https://doi.org/10.18637/jss.v091.i01
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 dbscan package v1.1-6 (1).
Reference list entry
1.Hahsler M, Piekenbrock M, Doran D. dbscan: Fast Density-Based Clustering with R. J Stat Softw [Internet]. 2019;91(1). Available from: http://dx.doi.org/10.18637/jss.v091.i01
BibTeX
Reference entry in BibTeX format. Simply copy it to your favorite citation manager.
@ARTICLE{Hahsler2019-wa, title = "dbscan: Fast {Density-Based} Clustering with {R}", author = "Hahsler, Michael and Piekenbrock, Matthew and Doran, Derek", journal = "J. Stat. Softw.", publisher = "Foundation for Open Access Statistic", volume = 91, number = 1, year = 2019, url = "http://dx.doi.org/10.18637/jss.v091.i01", language = "en", issn = "1548-7660", doi = "10.18637/jss.v091.i01" }
RIS
Reference entry in RIS format. Simply copy it to your favorite citation manager.
TY - JOUR AU - Hahsler, Michael AU - Piekenbrock, Matthew AU - Doran, Derek TI - dbscan: Fast Density-Based Clustering with R T2 - J. Stat. Softw. VL - 91 IS - 1 PY - 2019 DA - 2019 PB - Foundation for Open Access Statistic SN - 1548-7660 DO - 10.18637/jss.v091.i01 UR - http://dx.doi.org/10.18637/jss.v091.i01 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!
dbscan R package release history
Version | Release date |
---|---|
1.1-5 | 2019-10-23 |
1.1-4 | 2019-08-05 |
1.1-3 | 2018-11-13 |
1.1-2 | 2018-05-19 |
1.1-1 | 2017-03-20 |
1.1-0 | 2017-03-19 |
1.0-0 | 2017-02-03 |
0.9-8 | 2016-08-06 |
0.9-7 | 2016-04-14 |
0.9-6 | 2015-12-15 |
0.9-5 | 2015-10-05 |
0.9-4 | 2015-09-17 |
0.9-3 | 2015-09-03 |
0.9-2 | 2015-08-12 |
0.9-1 | 2015-07-23 |
0.9-0 | 2015-07-16 |