Closed
Description
Summary
#3188 added an installation strategy for the R package that is compliant with CRAN's restrictions.
Description
The goal of this issue is to be able to build the CRAN package for CUDA, like this:
sh build-cran-package.sh
R CMD INSTALL \
--configure-args='--enable-cuda' \
lightgbm_2.3.2.tar.gz
Some basic thoughts about how to implement it can be found in #3206.