Preconfigured dashboard that supports continuous development and deployment of a Shiny application. Committing to master branch triggers:
- Dashboard deployment to https://www.shinyapps.io/ (via
rsconnect
); and - Package website deployment (via
pkgdown
).
You can install template.dashboard
by using:
install.packages("remotes")
remotes::install_github("tidylab/template.dashboard")