[GitHub] [incubator-mxnet] sreev commented on issue #15110: missing new version bundle for R

2019-05-31 Thread GitBox
sreev commented on issue #15110: missing new version bundle for R URL: https://github.com/apache/incubator-mxnet/issues/15110#issuecomment-497587394 Looks like it is a good idea to move from: `apache/incubator-mxnet/R-package` to: `apache/incubator-mxnet-R-package` **i.e. one

[GitHub] [incubator-mxnet] sreev commented on issue #15110: missing new version bundle for R

2019-05-31 Thread GitBox
sreev commented on issue #15110: missing new version bundle for R URL: https://github.com/apache/incubator-mxnet/issues/15110#issuecomment-497586978 I renamed, R-package/dummy.NAMESPACE to NAMESPACE. And did another run. ``` >

[GitHub] [incubator-mxnet] sreev commented on issue #15110: missing new version bundle for R

2019-05-31 Thread GitBox
sreev commented on issue #15110: missing new version bundle for R URL: https://github.com/apache/incubator-mxnet/issues/15110#issuecomment-497586713 ``` > install.packages("/Users/svaddi/SreeVaddi/source/github/apache/incubator-mxnet/R-package", repos=NULL, type="source") *

[GitHub] [incubator-mxnet] sreev commented on issue #15110: missing new version bundle for R

2019-05-30 Thread GitBox
sreev commented on issue #15110: missing new version bundle for R URL: https://github.com/apache/incubator-mxnet/issues/15110#issuecomment-497582032 ``` > library(devtools) > install.packages("/Users/svaddi/Downloads/apache-mxnet-src-1.4.1-incubating.tar.gz", repos=NULL,

[GitHub] [incubator-mxnet] sreev commented on issue #15110: missing new version bundle for R

2019-05-30 Thread GitBox
sreev commented on issue #15110: missing new version bundle for R URL: https://github.com/apache/incubator-mxnet/issues/15110#issuecomment-497581000 ``` > library(devtools) > install_github("apache/incubator-mxnet/R-package") Downloading GitHub repo apache/incubator-mxnet@master

[GitHub] [incubator-mxnet] sreev commented on issue #15110: missing new version bundle for R

2019-05-30 Thread GitBox
sreev commented on issue #15110: missing new version bundle for R URL: https://github.com/apache/incubator-mxnet/issues/15110#issuecomment-497576154 Also tried these instructions:

[GitHub] [incubator-mxnet] sreev commented on issue #15110: missing new version bundle for R

2019-05-30 Thread GitBox
sreev commented on issue #15110: missing new version bundle for R URL: https://github.com/apache/incubator-mxnet/issues/15110#issuecomment-497574115 ``` > install.packages("https://s3.ca-central-1.amazonaws.com/jeremiedb/share/mxnet/CPU/3.6/mxnet.zip;, repos = NULL, type="source")