knitr::opts_chunk$set(collapse = TRUE, comment = "#>", fig.path = "man/figures/", out.width = "100%")
• Overview
• Features
• Installation
• Get started
• Long-form documentations
• Citation
• Contributing
• Acknowledgments
• References
The R package {{project_name}}
... {{ DESCRIBE YOUR PACKAGE }}
The main purpose of {{project_name}}
is to... {{ DESCRIBE THE MAIN FEATURES }}
You can install the development version from GitHub with:
## Install < remotes > package (if not already installed) ---- if (!requireNamespace("remotes", quietly = TRUE)) { install.packages("remotes") } ## Install < {{project_name}} > from GitHub ---- remotes::install_github("{{github}}/{{project_name}}")
Then you can attach the package {{project_name}}
:
library("{{project_name}}")
For an overview of the main features of {{project_name}}
, please read the
Get started
vignette.
{{project_name}}
provides {{ NUMBER OF VIGNETTES }} vignettes to learn more about the package:
Please cite {{project_name}}
as:
{{family}} {{given}} (
r format(Sys.Date(), "%Y")
) {{project_name}}: An R package to {{ TITLE }}. R package version {{pkg_version}}. https://github.com/{{github}}/{{project_name}}/
All types of contributions are encouraged and valued. For more information, check out our Contributor Guidelines.
Please note that the {{project_name}}
project is released with a
Contributor Code of Conduct.
By contributing to this project, you agree to abide by its terms.
{{ OPTIONAL SECTION }}
{{ OPTIONAL SECTION }}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.