dsadmin.install_package {opaladmin} | R Documentation |
Install a package from Datashield public package repository or (if Git reference and GitHub username is provided) from Datashield source repository on GitHub.
dsadmin.install_package(opal, pkg, githubusername = NULL, ref = NULL)
opal |
Opal object or list of opal objects. |
pkg |
Package name. |
githubusername |
GitHub username of git repository. If NULL (default), try to install from Datashield package repository. |
ref |
Desired git reference (could be a commit, tag, or branch name). If NULL (default), try to install from Datashield package repository. |
TRUE if installed