knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

pkgtemplate

Lifecycle: experimental Travis build status AppVeyor build status Codecov test coverage License: MIT CRAN status

pkgtemplate provides a template for a new R package.

It includes useful internal functions.

Installation

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")

Demonstration

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())

Information

For more information see the Get Started vignette.

Contribution

Please report any issues.

Pull requests are always welcome.

Code of Conduct

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.



evanamiesgalonski/speciesdemo documentation built on April 24, 2020, 9:44 p.m.