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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -