oadmin.install_bioconductor_package | R Documentation |
Install a package from a source repository on GitHub.
oadmin.install_bioconductor_package(opal, pkg, profile = NULL)
opal |
Opal object or list of opal objects. |
pkg |
Package name. |
profile |
The R servers profile name to which operation applies. See also opal.profiles. |
Other administration functions:
oadmin.install_cran_package()
,
oadmin.install_devtools()
,
oadmin.install_github_package()
,
oadmin.install_local_package()
,
oadmin.install_package()
,
oadmin.installed_devtools()
,
oadmin.installed_package()
,
oadmin.installed_packages()
,
oadmin.package_description()
,
oadmin.remove_package()
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
oadmin.install_bioconductor_package(o, 'GWASTools')
opal.logout(o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.