@@ -58,10 +58,10 @@ schedules:
5858 - master
5959 always : true
6060 - cron : " 0 2 * * *"
61- displayName : Nightly build - v6.3.1 -dev
61+ displayName : Nightly build - v6.3.2 -dev
6262 branches :
6363 include :
64- - v6.3.1 -dev
64+ - v6.3.2 -dev
6565 always : true
6666
6767# ########################################################################################
@@ -185,7 +185,7 @@ jobs:
185185 # If this step fails still mark as failed, but don't stop the rest of the steps running.
186186 - bash : |
187187
188- R -q -e "library('devtools'); devtools::check(args = c('--no-examples'))" | tee azure-pipelines_check.Rout
188+ R -q -e "library('devtools'); devtools::check(args = c('--no-examples', '--no-tests' ))" | tee azure-pipelines_check.Rout
189189 grep --quiet "^0 errors" azure-pipelines_check.Rout && grep --quiet " 0 warnings" azure-pipelines_check.Rout && grep --quiet " 0 notes" azure-pipelines_check.Rout
190190
191191 workingDirectory: $(Pipeline.Workspace)/dsBaseClient
@@ -235,7 +235,7 @@ jobs:
235235
236236 curl -u admin:admin -X GET http://localhost:8080/packages
237237
238- curl -u admin:admin --max-time 300 -v -H 'Content-Type: multipart/form-data' -F "file=@dsBase_6.3.1 -permissive.tar.gz" -X POST http://localhost:8080/install-package
238+ curl -u admin:admin --max-time 300 -v -H 'Content-Type: multipart/form-data' -F "file=@dsBase_6.3.2 -permissive.tar.gz" -X POST http://localhost:8080/install-package
239239 sleep 60
240240
241241 docker container restart dsbaseclient_armadillo_1
@@ -263,7 +263,7 @@ jobs:
263263 # best guess is that there is an implicit build or similar that happens. Although
264264 # I cannot replicate that directly with build etc directly.
265265
266- sudo R --verbose -e 'devtools::check ()'
266+ sudo R --verbose -e 'devtools::reload ()'
267267
268268 mkdir $(Pipeline.Workspace)/logs
269269
@@ -364,7 +364,7 @@ jobs:
364364 - bash : |
365365 curl -u admin:admin http://localhost:8080/whitelist
366366
367- curl -u admin:admin -v -H 'Content-Type: multipart/form-data' -F "file=@dsDanger_6.3.1 .tar.gz" -X POST http://localhost:8080/install-package
367+ curl -u admin:admin -v -H 'Content-Type: multipart/form-data' -F "file=@dsDanger_6.3.2 .tar.gz" -X POST http://localhost:8080/install-package
368368
369369 docker container restart dsbaseclient_armadillo_1
370370 sleep 60
@@ -387,7 +387,7 @@ jobs:
387387 - bash : |
388388
389389 # See, 'Code coverage and JUnit report output' for issues with the approach and improvement needed.
390- sudo R --verbose -e 'devtools::check ()'
390+ sudo R --verbose -e 'devtools::reload ()'
391391
392392 pwd
393393 mkdir $(Pipeline.Workspace)/logs
0 commit comments