In 4.0.2 version of R studio unable to install lightgbm

library(lightgbm)
Error in library(lightgbm) : there is no package called ‘lightgbm’

According to the LightGBM docs, it's not available on CRAN.

The documentation includes instructions on how to install it, though.

As of this writing, LightGBM ’s R package is not available on CRAN. However, start with LightGBM 3.0.0, you can install a released source distribution. This is the same type of package that you’d install from CRAN. It does not require CMake , Visual Studio, or anything else outside the CRAN toolchain.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.