RCranLibrary Class

Specifies a CRAN library for use in a DatabricksStep pipeline step.

For an example of working with a DatabricksStep and specifying libraries, see the notebook https://aka.ms/pl-databricks.

Initialize RCranLibrary.

Inheritance
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElement
RCranLibrary

Constructor

RCranLibrary(package=None, repo=None)

Parameters

package
str
default value: None

The name of the CRAN package to install.

repo
str
default value: None

The repository where the package can be found. If not specified, the default CRAN repo is used.