github_package: Specifies a Github package to install in environment

Description Usage Arguments Value Examples See Also

View source: R/environment.R

Description

Specifies a Github package to install in run environment

Usage

1
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

1
2
3
4
pkg1 <- github_package("Azure/azureml-sdk-for-r")

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

See Also

r_environment()


aawoocay/vignettefiles documentation built on Dec. 31, 2020, 6:38 p.m.