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