maxheld83 / shinyapps

GitHub Action for deploying to shinyapps.io

Home Page:https://github.com/maxheld83/shinyapps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

GitHub Action for deploying to shinyapps.io

https://github.com/maxheld83/shinyapps

License:Apache License 2.0


Languages

Language:Dockerfile 94.2%Language:Shell 5.8%