bioc_all | R Documentation |
This uses jsonlite to get a copy of all bioconductor packages by name and then iterates through them with BiocManager to install all of them. It performs a sleep between each installation in an attempt to avoid being obnoxious. As a result, it will of a necessity take forever.
bioc_all(
release = NULL,
mirror = "bioconductor.statistik.tu-dortmund.de",
base = "packages",
type = "software",
suppress_updates = TRUE,
suppress_auto = TRUE,
force = FALSE
)
release |
Bioconductor release to use, should probably be adjusted to automatically find it. |
mirror |
Bioconductor mirror to use. |
base |
Base directory on the mirror to download from. |
type |
Type in the tree to use (software or annotation) |
suppress_updates |
For BiocLite(), don't update? |
suppress_auto |
For BiocLite(), don't update? |
force |
Install if already installed? |
a number of packages installed
[BiocManager] [jsonlite]
## Not run:
go_get_some_coffee_this_will_take_a_while <- bioc_all()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.