powered by
Specifies a Github package to install in run environment
github_package(repository, auth_token = NULL)
Repository address of the github package
Personal access token to install from a private repo.
A named list containing the package specifications
pkg1 <- github_package("Azure/azureml-sdk-for-r")env <- r_environment(name = "r_env", github_packages = list(pkg1))
env <- r_environment(name = "r_env", github_packages = list(pkg1))
r_environment()