oadmin.install_github: Install a package from a source repository on GitHub. Makes...

Description Usage Arguments

Description

Install a package from a source repository on GitHub. Makes sure devtools package is available.

Usage

1
2
oadmin.install_github(opal, pkg, username = getOption("github.user"),
  ref = "master", auth_user = NULL, password = NULL)

Arguments

opal

Opal object or list of opal objects.

pkg

Package name.

username

GitHub user name.

ref

Desired git reference. Could be a commit, tag, or branch name. Defaults to "master".

auth_user

Your github username if you're attempting to install a package hosted in a private repository (and your username is different to username).

password

Your github password


datashield/opaladmin documentation built on May 14, 2019, 7:54 p.m.