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

lifecycle License: MIT Travis build status Coverage status AppVeyor build status

poisshiny

poisshiny generates modules and skeleton for Poisson Consulting shiny apps.

Installation

To install the latest development version from GitHub

# install.packages("devtools")
devtools::install_github("poissonconsulting/poisshiny")

To install the latest development version from the Poisson drat repository.

# install.packages("drat")
drat::addRepo("poissonconsulting")
install.packages("poisshiny")

Citation

citation(package = "dbflobr")

Contribution

Please report any issues.

Pull requests are always welcome.

Please note that the 'poisshiny' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



poissonconsulting/poisshiny documentation built on May 14, 2019, 7:22 p.m.