Install catboost
install_catboost.RdHelper function to install catboost. Installs the latest version if no version is provided.
Usage
install_catboost(
version = NULL,
INSTALL_opts = c("--no-multiarch", "--no-test-load"),
...
)Arguments
- version
(character(1))Version to install, ifNULLinstalls latest. Can e.g. be"1.0.6".- INSTALL_opts
(character())
Passed to remotes::install_url- ...
ANY
Other arguments passed to remotes::install_url