Add a package to a Shiny VM installed via gce_vm_template
gce_shiny_addpackage(instance, cran_packages = NULL, github_packages = NULL,
auth_token = NULL)
Arguments
- instance
- The instance running Shiny
- cran_packages
- A character vector of CRAN packages to be installed
- github_packages
- A character vector of devtools packages to be installed
- auth_token
- A github PAT token, if needed for private Github packages
Value
The instance