Description Usage Arguments Note
use BiocManager::install to get any unavailable dependencies as defined by BiocPkgTools
1 | fulfill_deps(pkg, depdf = NULL, exclude = "KEGG.db", ...)
|
pkg |
character(1) name of package |
depdf |
a data.frame like the output of |
exclude |
character() of uninstalled packages to be ignored – BiocManager::install is slow to deal with an unavailable package |
... |
passed to BiocManager::install |
Function is used only for side-effect of installation. exclude
defaults to
'KEGG.db' because in Bioc 3.13 that is not available. It is understood that code
that performs installation is poor style for scientific programming; this package
concerns software ecosystem management and must be able to programmatically
define the ecosystem for evaluation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.