Unverified Commit 4d994c63 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[R-package] [docs] Removed outdated language about the R package (#3070)

parent 5cc38e6a
...@@ -135,12 +135,6 @@ To check whether you need 32-bit or 64-bit MinGW for R, install LightGBM as usua ...@@ -135,12 +135,6 @@ To check whether you need 32-bit or 64-bit MinGW for R, install LightGBM as usua
If it says ``mingw_64`` then you need the 64-bit version (PATH with ``c:\Rtools\bin;c:\Rtools\mingw_64\bin``), If it says ``mingw_64`` then you need the 64-bit version (PATH with ``c:\Rtools\bin;c:\Rtools\mingw_64\bin``),
otherwise you need the 32-bit version (``c:\Rtools\bin;c:\Rtools\mingw_32\bin``), the latter being a very rare and untested case. otherwise you need the 32-bit version (``c:\Rtools\bin;c:\Rtools\mingw_32\bin``), the latter being a very rare and untested case.
Quick installation of LightGBM can be done using:
.. code:: r
devtools::install_github("Microsoft/LightGBM", subdir = "R-package")
-------------- --------------
Download the prebuilt Boost Download the prebuilt Boost
......
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