We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57b7e8 commit 095061dCopy full SHA for 095061d
package_installs.R
@@ -15,7 +15,7 @@ install_github("ellisp/forecastxgb-r-package/pkg")
15
install_github("rstudio/leaflet")
16
# install_github fails for catboost.
17
# Following direct installation instructions instead: https://tech.yandex.com/catboost/doc/dg/installation/r-installation-binary-installation-docpage/
18
-install_url('https://github.com/catboost/catboost/releases/download/v0.12.1.1/catboost-R-Linux-0.12.1.1.tgz', args = c("--no-multiarch"))
+install_url('https://github.com/catboost/catboost/releases/download/v0.23.2/catboost-R-Linux-0.23.2.tgz', INSTALL_opts = c("--no-multiarch"))
19
install_github("sassalley/hexmapr")
20
install_github("hadley/multidplyr")
21
install_github("dselivanov/LSHR")
0 commit comments