In the meantime, you can try to load MXNet's Python package directly in R and interoperate between these two languages with the reticulate package ( https://github.com/rstudio/reticulate).
On Mon, Jan 25, 2021 at 11:38 AM Marco de Abreu <[email protected]> wrote: > Hi, > > I don't think we are publishing R packages anymore. > > According to our website, you have to build MXNet yourself for R: > > https://mxnet.apache.org/versions/master/get_started?platform=linux&language=r& > > Best regards > Marco > > On Mon, Jan 25, 2021 at 2:28 PM Reig Gonzalez, Gonzalo (Spain) < > [email protected]> wrote: > > > Hello. > > > > I am trying to install mxnet in R, and I have an unexpected error. > > > > "cran <- getOption("repos") > > cran["dmlc"] <- " > > https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/" > > options(repos = cran) > > install.packages("mxnet")" > > > > I am seeing that on the forums< > > > https://discuss.mxnet.apache.org/t/mxnet-r-installation-for-cpu-not-working/6811 > > > > people is having similar issue, and there is not answer or solution. Or > at > > least, I am not seeing it. > > > > Can you help me, please? > > > > Thanks a lot > > Gonzalo > > > -- Yuan Tang https://terrytangyuan.github.io/about/ <https://terrytangyuan.github.io/about/>
