Add a package to an OpenCPU VM installed via gce_vm_template

gce_opencpu_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