knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
pkgtemplate provides a template for a new R package.
It includes useful internal functions.
install.packages("pkgtemplate")
To install the developmental version from GitHub
# install.packages("remotes") remotes::install_github("poissonconsulting/pkgtemplate")
To install the latest developmental release from the Poisson drat repository
# install.packages("drat") drat::addRepo("poissonconsulting") install.packages("pkgtemplate")
In order to create a new package the user should go to the pkgtemplate GitHub repository and choose 'Use this template'.
pkgtemplate includes files used for development of Shiny applications. To remove these from the repository, run:
pkgtemplate:::cannibalise_shiny(getwd())
For more information see the Get Started vignette.
Please report any issues.
Pull requests are always welcome.
Please note that the pkgtemplate project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.