Changelog · Documentation · Docker Containers
Note
This is an R package built by No Clocks, LLC for demonstration purposes. It aims to showcase how to develop and deploy an R Shiny app as a package to Google Cloud Platform's (GCP) Cloud Run service using Docker.
This repository contains an R package that demonstrates how to build and deploy an R Shiny app to Google Cloud Platform's (GCP) Cloud Run service using Docker.
You can install the development version of rshinycloudrun
from GitHub with your preferred installation method below:
Warning
Notice that although the R package is named rshinycloudrun
, the GitHub repository is named demo-rshiny-cloudrun
.
This is for internal organization purposes and should not affect the installation process.
# Install using remotes
remotes::install_github("noclocks/demo-rshiny-cloudrun")
# Or using devtools
devtools::install_github("noclocks/demo-rshiny-cloudrun")
# Or using pak
pak::pkg_install("noclocks/demo-rshiny-cloudrun")
Once installed, you can load the package and run the Shiny app using the following commands:
library(rshinycloudrun)
run_app()
The package is set up to build and deploy the R Shiny app to Google Cloud Platform's (GCP) Cloud Run service using Docker.
- Google Cloud Platform (GCP) Account
- Docker Desktop
- R
- RStudio
- R Shiny
- Google Cloud SDK
- Google Cloud Run
Please note that the rshinycloudrun
package is released with a
Contributor Code of Conduct.
By contributing to this project, you agree to abide by its terms.
© 2024 No Clocks, LLC