RGitHubPackage Class

Defines the Github packages to be installed.

Class RGitHubPackage constructor.

Inheritance
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElement
RGitHubPackage

Constructor

RGitHubPackage()

Parameters

repository
str
Required

Repository address in the format username/repo[/subdir][@ref|#pull].

auth_token
str
Required

Personal access token to install from a private repo.