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

madjam 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 ee5bf32  [R] fix CI test (#7674)
ee5bf32 is described below

commit ee5bf32a8eec0f2ce8e66463a89d6a48f591a032
Author: Qiang Kou (KK) <q...@qkou.info>
AuthorDate: Wed Aug 30 22:42:05 2017 -0400

    [R] fix CI test (#7674)
---
 R-package/tests/testthat/test_img_seg.R | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/R-package/tests/testthat/test_img_seg.R 
b/R-package/tests/testthat/test_img_seg.R
index fbca92e..b3400cd 100644
--- a/R-package/tests/testthat/test_img_seg.R
+++ b/R-package/tests/testthat/test_img_seg.R
@@ -90,7 +90,7 @@ context("Image segmentation")
 test_that("UNET", {
   list.of.packages <- c("imager")
   new.packages <- list.of.packages[!(list.of.packages %in% 
installed.packages()[,"Package"])]
-  if(length(new.packages)) install.packages(new.packages)
+  if(length(new.packages)) install.packages(new.packages, repos = 
"https://cloud.r-project.org/";)
   GetISBI_data()
   library(imager)
   IMG_SIZE <- 168
@@ -132,4 +132,4 @@ test_that("UNET", {
                                        learning.rate = 0.05,
                                        momentum = 0.99,
                                        array.batch.size = 2)
-})
\ No newline at end of file
+})

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

Reply via email to