This is an automated email from the ASF dual-hosted git repository.

skm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d294dd  [R] update Makefile. close #7675 (#7686)
0d294dd is described below

commit 0d294dd876e54023ed5e9c5676092a36a1566ab3
Author: Qiang Kou (KK) <q...@qkou.info>
AuthorDate: Thu Aug 31 15:47:13 2017 -0400

    [R] update Makefile. close #7675 (#7686)
---
 Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index b42621e..bfd0382 100644
--- a/Makefile
+++ b/Makefile
@@ -412,10 +412,8 @@ rpkg:
        devtools::install_version('roxygen2',version='5.0.1',\
        repo='https://cloud.r-project.org/',quiet=TRUE)}"
        Rscript -e "require(roxygen2); roxygen2::roxygenise('R-package')"
-       R CMD build --no-build-vignettes R-package
-       rm -rf mxnet_current_r.tar.gz
+       R CMD INSTALL R-package
        rm -rf R-package/src/image_recordio.h
-       mv mxnet_*.tar.gz mxnet_current_r.tar.gz
 
 rpkgtest:
        Rscript -e 
"require(testthat);res<-test_dir('R-package/tests/testthat');if(!testthat:::all_passed(res)){stop('Test
 failures', call. = FALSE)}"

-- 
To stop receiving notification emails like this one, please contact
['"comm...@mxnet.apache.org" <comm...@mxnet.apache.org>'].

Reply via email to