An R package template ready to be used with continuous integration (GitHub Actions) and automated website.
You can install the development version of templateRpackage from GitHub with:
# install.packages("remotes")
remotes::install_github("Pakillo/templateRpackage")or
# install.packages("pak")
pak::pak("Pakillo/templateRpackage")After cloning the template using GitHub
instructions,
run
change_name()
to change the package name from ‘templateRpackage’ to your chosen name.
Please cite templateRpackage as:
citation("templateRpackage")
To cite templateRpackage in publications use:
Rodriguez-Sanchez Francisco (2026). _templateRpackage: An R package
to ..._. R package version 0.0.0.9000,
<https://github.com/Pakillo/templateRpackage>.
A BibTeX entry for LaTeX users is
@Manual{,
title = {templateRpackage: {An} {R} package to ...},
author = {{Rodriguez-Sanchez Francisco}},
year = {2026},
note = {R package version 0.0.0.9000},
url = {https://github.com/Pakillo/templateRpackage},
}All types of contributions are encouraged and valued. For more information, check out our Contributor Guidelines.
Please note that the templateRpackage project is released with a
Contributor Code of
Conduct.
By contributing to this project, you agree to abide by its terms.