install_dependencies | R Documentation |
Attempt to install dependencies package by package, skipping packages with errors By default, only installs core packages needed for preprocessing. Other packages can be installed if needed (and the preprocessing packages can be ignored)
install_dependencies(
preprocessing = TRUE,
extra = FALSE,
batch_corr = FALSE,
misc = FALSE,
...
)
preprocessing |
logical, install core preprocessing and visualization packages? |
extra |
logical, install extra packages needed for special visualizations and stats? |
batch_corr |
logical, install packages needed for batch effect correction methods? |
misc |
logicl, install miscallenous packages needed for running tests, modifying vignettes etc.? |
... |
other parameters passed to installing functions, like lib |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.