Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxheld83/shinyapps
GitHub Action for deploying to shinyapps.io
https://github.com/maxheld83/shinyapps
docker github-action github-actions rstats shiny shinyapps
Last synced: 19 days ago
JSON representation
GitHub Action for deploying to shinyapps.io
- Host: GitHub
- URL: https://github.com/maxheld83/shinyapps
- Owner: maxheld83
- License: apache-2.0
- Created: 2019-03-15T10:40:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T11:57:11.000Z (over 5 years ago)
- Last Synced: 2024-10-05T06:28:11.421Z (about 1 month ago)
- Topics: docker, github-action, github-actions, rstats, shiny, shinyapps
- Language: Dockerfile
- Homepage: https://github.com/maxheld83/shinyapps
- Size: 11.7 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - maxheld83/shinyapps - GitHub Action for deploying to shinyapps.io (Dockerfile)
README
GitHub Action for talking to shinyapps.io via [rsconnect](https://github.com/rstudio/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](https://stackoverflow.com/questions/18306362/run-r-script-from-command-line/18306656#18306656)) 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](https://stat.ethz.ch/R-manual/R-devel/library/utils/html/Rscript.html) is the full documentation.## Optional Arguments
## Example Usage