jeremiedb commented on issue #5796: Problem with installing mxnet on R v.3.3.3 URL: https://github.com/apache/incubator-mxnet/issues/5796#issuecomment-332400372 drat is no longer in use and the pre-compiled libraries are now stored on S3. Below is the procedure, taken from the updated documentation: https://mxnet.incubator.apache.org/get_started/install.html . ``` cran <- getOption("repos") cran["dmlc"] <- "https://s3-us-west-2.amazonaws.com/apache-mxnet/R/CRAN/" options(repos = cran) install.packages("mxnet") ``` ---------------------------------------------------------------- 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: [email protected]
With regards, Apache Git Services
