BiocBPRPPackages: Get the exported object

Description Usage Arguments Details Value

Description

Get the exported object. The objects are 'getSysPackages', 'setSysPackages', 'addSysPackages', 'getRPackages', 'setRPackages' and 'addRPackages'. see details

Usage

1
2
3
4
5
## S4 method for signature 'RedisContainer'
getExportedNames(x)

## S4 method for signature 'RedisContainer'
getExportedObject(x, name)

Arguments

x

A cloud provider or container object

name

The name of the exported object

Details

The function XSysPackages can be used to install the system package for the worker container before running the R worker. The package will be installed by apt-get install.

The function XRPackages will install the R packages for the container. The package is installed via AnVIL::install. It will first try the fast binary installation, then fallback to BiocManager::install. Therefore, you can also provide the GitHub package to this function.

Note that these function must be called before deploying the container. Setting the packages will have no effect on the running container.

Value

For the exported function: The current package vector


RedisBaseContainer documentation built on June 8, 2021, 9:07 a.m.