Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

github_package

Specifies a Github package to install in environment


Description

Specifies a Github package to install in run environment

Usage

github_package(repository, auth_token = NULL)

Arguments

repository

Repository address of the github package

auth_token

Personal access token to install from a private repo.

Value

A named list containing the package specifications

Examples

pkg1 <- github_package("Azure/azureml-sdk-for-r")

env <- r_environment(name = "r_env",
                     github_packages = list(pkg1))

See Also


azuremlsdk

Interface to the 'Azure Machine Learning' 'SDK'

v1.10.0
MIT + file LICENSE
Authors
Diondra Peck [cre, aut], Minna Xiao [aut], AzureML R SDK Team [ctb], Microsoft [cph, fnd], Google Inc. [cph] (Examples and Tutorials), The TensorFlow Authors [cph] (Examples and Tutorials), RStudio Inc. [cph] (Examples and Tutorials)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.