Install catboost
install_catboost.Rd
Helper function to install catboost
Usage
install_catboost(
version = NULL,
os = NULL,
install_required = TRUE,
INSTALL_opts = c("--no-multiarch", "--no-test-load"),
...
)
Arguments
- version
(character(1))
Version to install, ifNULL
installs latest- os
(character(1))
Operating system to install on, ifNULL
automatically detected- install_required
(logical(1))
IfTRUE
(default) then installs required packages: curl, jsonlite, remotes- INSTALL_opts
(character())
Passed to remotes::install_url- ...
ANY
Other arguments passed to remotes::install_url