Skip to contents

Install required dependencies for specified learners. Works for packages on GitHub and CRAN, otherwise must be manually installed.

Usage

install_learners(.keys, repos = "https://cloud.r-project.org", ...)

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 to utils::install.packages or remotes::install_github.