You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/05/13 07:01:15 UTC

[GitHub] jeremiedb commented on issue #10791: Unable to install mxnet in R 3.5.0

jeremiedb commented on issue #10791: Unable to install mxnet in R 3.5.0
URL: https://github.com/apache/incubator-mxnet/issues/10791#issuecomment-388606019
 
 
   For CPU, you can install with : 
   `install.packages("https://s3.ca-central-1.amazonaws.com/jeremiedb/share/mxnet/CPU/mxnet.zip", repos = NULL)`
   
   For GPU: 
   `install.packages("https://s3.ca-central-1.amazonaws.com/jeremiedb/share/mxnet/GPU/mxnet.zip", repos = NULL)`
   
   @marcoabreu Is it possible for replace the official repo at `"https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/"` with the above compilation for Windows. The current ones are quite dated. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services