| install_bioc {devtools} | R Documentation |
This function requires svn to be installed on your system in order to
be used.
install_bioc(repo, mirror = getOption("BioC_svn",
"https://hedgehog.fhcrc.org/bioconductor"), ..., quiet = FALSE)
repo |
Repository address in the format
|
mirror |
The bioconductor SVN mirror to use |
... |
Other arguments passed on to |
quiet |
if |
It is vectorised so you can install multiple packages with a single command.
'
Other package installation: install_bitbucket,
install_cran, install_github,
install_git, install_svn,
install_url, install_version,
install, uninstall
## Not run:
install_bioc("SummarizedExperiment")
install_bioc("user@SummarizedExperiment")
install_bioc("user:password@release/SummarizedExperiment")
install_bioc("user:password@3.3/SummarizedExperiment")
install_bioc("user:password@3.3/SummarizedExperiment#117513")
## End(Not run)