Skip to content

Deploying

Joe Marlo edited this page Sep 26, 2022 · 5 revisions

Deploying

shinyapps.io

Pushes (and successful pull requests) to the master branch will trigger a deploy to apsta.shinyapps.io/thinkCausal. This is kicked off by a GitHub Actions workflow. Similarly, pushes to the dev branch will trigger a deploy to apsta.shinyapps.io/thinkCausal-dev.

You can manually deploy to shinyapps.io by either manually triggering this workflow under the Actions tab or by running rsconnect::deployApp() within your R console.

Local package

The Shiny application be bundled as a tarball and distributed as a R package. Run devtools::build() to create the tarball.

Clone this wiki locally