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/03/13 18:23:51 UTC

[GitHub] robbig2871 opened a new issue #10088: can not install

robbig2871 opened a new issue #10088: can not install
URL: https://github.com/apache/incubator-mxnet/issues/10088
 
 
   > cran <- getOption("repos")
   > cran["dmlc"] <- "https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/"
   > options(repos = cran)
   > install.packages("mxnet")
   Installing package into ?/usr/local/lib/R/3.4/site-library?
   (as ?lib? is unspecified)
   trying URL 'https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/src/contrib/mxnet_0.10.1.tar.gz'
   Warning in install.packages :
     cannot open URL 'https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/src/contrib/mxnet_0.10.1.tar.gz': HTTP status was '404 Not Found'
   Error in download.file(url, destfile, method, mode = "wb", ...) : 
     cannot open URL 'https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/src/contrib/mxnet_0.10.1.tar.gz'
   Warning in install.packages :
     download of package ?mxnet? failed

----------------------------------------------------------------
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