Skip to content

Commit 095061d

Browse files
authored
Fix Catboost installation (#125)
1 parent b57b7e8 commit 095061d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package_installs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install_github("ellisp/forecastxgb-r-package/pkg")
1515
install_github("rstudio/leaflet")
1616
# install_github fails for catboost.
1717
# 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"))
18+
install_url('https://github.com/catboost/catboost/releases/download/v0.23.2/catboost-R-Linux-0.23.2.tgz', INSTALL_opts = c("--no-multiarch"))
1919
install_github("sassalley/hexmapr")
2020
install_github("hadley/multidplyr")
2121
install_github("dselivanov/LSHR")

0 commit comments

Comments
 (0)