Unverified Commit aa18f844 authored by David Dalpiaz's avatar David Dalpiaz Committed by GitHub
Browse files

[R-package] fix typo in R installation instructions (#3350)

* fix typo in R installation instructions

* move r installation instructions to correct version
parent ca066d49
...@@ -25,7 +25,7 @@ To install this package on any operating system: ...@@ -25,7 +25,7 @@ To install this package on any operating system:
3. Copy that link into `PKG_URL` in the code below and run it. 3. Copy that link into `PKG_URL` in the code below and run it.
```r ```r
PKG_URL <- "https://github.com/microsoft/LightGBM/releases/download/v3.0.0rc1/lightgbm-3.0.0-1-r-cran.tar.gz" PKG_URL <- "https://github.com/microsoft/LightGBM/releases/download/v3.0.0/lightgbm-3.0.0-r-cran.tar.gz"
remotes::install_url(PKG_URL) remotes::install_url(PKG_URL)
``` ```
......
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