Unverified Commit e5750f18 authored by Guolin Ke's avatar Guolin Ke Committed by GitHub
Browse files

update R`s document

2.1.0 -> 2.1.1
parent 11433a98
...@@ -44,7 +44,7 @@ git clone --recursive https://github.com/Microsoft/LightGBM ...@@ -44,7 +44,7 @@ git clone --recursive https://github.com/Microsoft/LightGBM
cd LightGBM/R-package cd LightGBM/R-package
Rscript build_package.R Rscript build_package.R
# export CXX=g++-7 CC=gcc-7 # for macOS (replace 7 with version of gcc installed on your machine) # export CXX=g++-7 CC=gcc-7 # for macOS (replace 7 with version of gcc installed on your machine)
R CMD INSTALL lightgbm_2.1.0.tar.gz --no-multiarch R CMD INSTALL lightgbm_2.1.1.tar.gz --no-multiarch
``` ```
Note: for the build with Visual Studio/MSBuild in Windows, you should use the Windows CMD or Powershell. Note: for the build with Visual Studio/MSBuild in Windows, you should use the Windows CMD or Powershell.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment