Although used a core of scientific endeavors, citations of scientific software are often overlooked. This package provides tools to boost citation of R packages, making it easier for users to cite the software they use in their research.
Using remotes:
remotes::install_github("UofUEpiBio/citer")Setting up citations via .onLoad():
citer::cite_on_load()Setting up citations on a function call:
citer::cite_on_call()Please note that the citer project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.