Skip to content

Commit

Permalink
Fix R installation instructions (windows / mac) (apache#15087)
Browse files Browse the repository at this point in the history
* show warning about R v3.6

* fix link to R install
  • Loading branch information
aaronmarkham authored and haohuw committed Jun 23, 2019
1 parent 9c7db27 commit be7aaa9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
9 changes: 7 additions & 2 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,10 @@ To ensure MXNet R package runs with the version of OpenBLAS installed, create a
ln -sf /usr/local/opt/openblas/lib/libopenblas.dylib /usr/local/opt/openblas/lib/libopenblasp-r0.3.1.dylib
```

Install the latest version (3.5.1+) of R from [CRAN](https://cran.r-project.org/bin/macosx/).
Note: packages for 3.6.x are not yet available.

Install 3.5.x of R from [CRAN](https://cran.r-project.org/bin/macosx/). The latest is [v3.5.3](https://cran.r-project.org/bin/macosx/R-3.5.3.pkg).

You can [build MXNet-R from source](osx_setup.html#install-the-mxnet-package-for-r), or you can use a pre-built binary:

```r
Expand Down Expand Up @@ -1127,7 +1130,9 @@ To build from source, refer to the <a href="windows_setup.html">MXNet Windows in
<div class="cpu">
</br>

Install the latest version (3.5.1+) of R from [CRAN](https://cran.r-project.org/bin/windows/).
Note: packages for 3.6.x are not yet available.
Install 3.5.x of R from [CRAN](https://cran.r-project.org/bin/windows/base/old/).

You can [build MXNet-R from source](windows_setup.html#install-mxnet-package-for-r), or you can use a pre-built binary:

```r
Expand Down
5 changes: 4 additions & 1 deletion docs/install/osx_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,10 @@ Add a soft link to the OpenBLAS installation. This example links the 0.3.1 versi
ln -sf /usr/local/opt/openblas/lib/libopenblasp-r0.3.* /usr/local/opt/openblas/lib/libopenblasp-r0.3.1.dylib
```

Install the latest version (3.5.1+) of R from [CRAN](https://cran.r-project.org/bin/macosx/).
Note: packages for 3.6.x are not yet available.

Install 3.5.x of R from [CRAN](https://cran.r-project.org/bin/macosx/). The latest is [v3.5.3](https://cran.r-project.org/bin/macosx/R-3.5.3.pkg).

For OS X (Mac) users, MXNet provides a prebuilt binary package for CPUs. The prebuilt package is updated weekly. You can install the package directly in the R console using the following commands:

```r
Expand Down
6 changes: 6 additions & 0 deletions docs/install/windows_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ To install MXNet on a computer with a CPU processor, choose from two options:
For Windows users, MXNet provides prebuilt binary packages.
You can install the package directly in the R console.

Note: packages for 3.6.x are not yet available.
Install 3.5.x of R from [CRAN](https://cran.r-project.org/bin/windows/base/old/).

For CPU-only package:

```r
Expand Down Expand Up @@ -379,6 +382,9 @@ Note: A pre-requisite to above softwares is [Nvidia-drivers](http://www.nvidia.c
For Windows users, MXNet provides prebuilt binary packages.
You can install the package directly in the R console after you have the above software installed.

Note: packages for 3.6.x are not yet available.
Install 3.5.x of R from [CRAN](https://cran.r-project.org/bin/windows/base/old/).

For GPU package:

```r
Expand Down

0 comments on commit be7aaa9

Please sign in to comment.