RSection Class

Defines the R environment to use on a target compute for a run.

This class is used in the :class :azureml.core.Environment class .

Class RSection constructor.

Inheritance
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElement
RSection

Constructor

RSection()

Variables

r_version
str

The version of R to be installed.

user_managed
bool

Indicates whether the environment is managed by user or by AzureML.

rscript_path
str

The Rscript path to use if an environment build is not required. The path specified gets used to call the user script.

snapshot_date
str

Date of MRAN snapshot to use in YYYY-MM-DD format, e.g. "2019-04-17".

cran_packages
list

The CRAN packages to use.

github_packages
list

The packages directly from GitHub.

custom_url_packages
list

The packages from custom urls.

bioconductor_packages
list

The packages from Bioconductor.