Issue in installation of mxnet package in R -
mxnet
package not installing in r (on windows 10) when follow steps given in documentation.
install.packages("drat", repos="https://cran.rstudio.com") drat:::addrepo("dmlc") install.packages("mxnet")
it gives following result
installing package ‘c:/users/ashish/documents/r/win-library/3.3’ (as ‘lib’ unspecified) warning in install.packages : cannot open url 'http://dmlc.github.io/drat/bin/windows/contrib/3.3/packages.gz': http status '404 not found' warning in install.packages : cannot open url 'http://dmlc.github.io/drat/bin/windows/contrib/3.3/packages': http status '404 not found' warning in install.packages : unable access index repository http://dmlc.github.io/drat/bin/windows/contrib/3.3: cannot open url 'http://dmlc.github.io/drat/bin/windows/contrib/3.3/packages' package available in source form, , may need compilation of c/c++/fortran: ‘mxnet’ want attempt install these sources? y/n: y installing source package ‘mxnet’
trying url 'http://dmlc.github.io/drat/src/contrib/mxnet_0.5.tar.gz' warning in install.packages : cannot open url 'http://dmlc.github.io/drat/src/contrib/mxnet_0.5.tar.gz': http status '404 not found' error in download.file(url, destfile, method, mode = "wb", ...) : cannot open url 'http://dmlc.github.io/drat/src/contrib/mxnet_0.5.tar.gz' warning in install.packages : download of package ‘mxnet’ failed
kindly me resolve issue. i'm using r version 3.3.0. there other way of installing in r?
i able install first downloading zip file following link
https://github.com/dmlc/drat/tree/gh-pages/bin/windows/contrib/3.2
and installing using rstudio.
i hope answer else facing same problem.
Comments
Post a Comment