0.5 Citing This Work
R
and itraxR
can be cited as follows:
citation()
##
## To cite R in publications use:
##
## R Core Team (2022). R: A language and environment for statistical
## computing. R Foundation for Statistical Computing, Vienna, Austria.
## URL https://www.R-project.org/.
##
## A BibTeX entry for LaTeX users is
##
## @Manual{,
## title = {R: A Language and Environment for Statistical Computing},
## author = {{R Core Team}},
## organization = {R Foundation for Statistical Computing},
## address = {Vienna, Austria},
## year = {2022},
## url = {https://www.R-project.org/},
## }
##
## We have invested a lot of time and effort in creating R, please cite it
## when using it for data analysis. See also 'citation("pkgname")' for
## citing R packages.
citation("itraxR")
##
## To cite package 'itraxR' in publications use:
##
## Bishop T (2023). _itraxR: Itrax Data Analysis Tools_. R package
## version 1.12.1, <https://github.com/tombishop1/itraxR/>.
##
## A BibTeX entry for LaTeX users is
##
## @Manual{,
## title = {itraxR: Itrax Data Analysis Tools},
## author = {Thomas Bishop},
## year = {2023},
## note = {R package version 1.12.1},
## url = {https://github.com/tombishop1/itraxR/},
## }
##
## ATTENTION: This citation information has been auto-generated from the
## package DESCRIPTION file and may need manual editing, see
## 'help("citation")'.
You should also cite other packages you use, for example dplyr
and tidypaleo
.
This book can be cited as per the citation information in the Github repository in which it is located: github.com/tombishop1/itraxBook.