Install required dependencies for specified learners. Works for packages on CRAN, Bioconductor and GitHub, otherwise must be manually installed.
Arguments
- .keys
(
character())
Keys passed to mlr_learners specifying learners to install.- repos
(
character(1))
Passed to utils::install.packages.- ...
(
ANY)
Additional options to pass toutils::install.packages(),BiocManager::install()orremotes::install_github().