Installation Problem in R for Windows 10
Hi,
I opened R in R-studio and copy and pasted the following to run:
library(devtools) find_rtools() install.packages("RLightGBM_0.2.tar.gz", type="source", repos=NULL)
After, I get the error:
Installing package into ‘C:/Users/Chris/Documents/R/win-library/3.4’ (as ‘lib’ is unspecified) Warning: invalid package 'RLightGBM_0.2.tar.gz' Error: ERROR: no packages specified In R CMD INSTALL Warning in install.packages : running command '"C:/PROGRA~1/R/R-34~1.3/bin/x64/R" CMD INSTALL -l "C:\Users\Chris\Documents\R\win-library\3.4" "RLightGBM_0.2.tar.gz"' had status 1 Warning in install.packages : installation of package ‘RLightGBM_0.2.tar.gz’ had non-zero exit status
I currently have "regular" lightgbm installed, but I am trying to get RLightgbm
Any help would be appreciated. Thank you.
The same question. Have you solved it? @originalchris
Please check #3