/shinyapps

GitHub Action for deploying to shinyapps.io

Primary LanguageDockerfileApache License 2.0Apache-2.0

GitHub Action for talking to shinyapps.io via rsconnect.

Environment Variables

  • name, the Name of the shinyapps.io account.

Secrets

  • SHINYAPPS_TOKEN
  • SHINYAPPS_SECRET

Required Arguments

Whatever your provide in args simply gets appended to the Rscript call. So just imagine Rscript in front of it; if it is a valid shell command, you're good to go. Remember that Rscript is the (now preferred) way to run R from a system shell (not the R console). We have to use Rscript, because there's no GUI that could hook us up directly to the R console in our non-interactive image run. Here is the full documentation.

Optional Arguments

Example Usage