Add a package to an OpenCPU VM installed via gce_vm_template
gce_container_addpackage(instance, container, cran_packages = NULL,
github_packages = NULL, auth_token = NULL)
Arguments
- instance
- The instance running the container
- container
- The name of the running container
- 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