Hi,
I'm using lightgbm in my package.
Below, the specifics of lightgbm installation:
cd Downloads
git clone --recursive https://github.com/Microsoft/LightGBM
cd LightGBM/R-package
export CC=/usr/local/bin/gcc CXX=/usr/local/bin/g++
R CMD INSTALL --build . --no-multiarch
Question:
How do I set the automatic install in the DESCRIPTION field?
Using Remotes with:
github::Microsoft/LightGBM/tree/master/R-package
obviously doesn't work...
help!
Thierry