Skip to content

Commit 04e2fd7

Browse files
committed
glci: update status expectations for R-devel
1 parent ac718aa commit 04e2fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ test-lin-dev-gcc-strict-cran:
183183
- R CMD check --as-cran $(ls -1t data.table_*.tar.gz | head -n 1)
184184
- (! grep "warning:" data.table.Rcheck/00install.out)
185185
- >-
186-
Rscript -e 'l=tail(readLines("data.table.Rcheck/00check.log"), 1L); notes<-"Status: 2 NOTEs"; if (!identical(l, notes)) stop("Last line of ", shQuote("00check.log"), " is not ", shQuote(notes), " (non-API calls, V8 package) but ", shQuote(l)) else q("no")'
186+
Rscript -e 'l=tail(readLines("data.table.Rcheck/00check.log"), 1L); notes<-"Status: 1 NOTE"; if (!identical(l, notes)) stop("Last line of ", shQuote("00check.log"), " is not ", shQuote(notes), " (V8 package) but ", shQuote(l)) else q("no")'
187187
188188
## R-devel on Linux clang
189189
# R compiled with clang, flags removed: -flto=auto -fopenmp
@@ -206,7 +206,7 @@ test-lin-dev-clang-cran:
206206
- R CMD check --as-cran $(ls -1t data.table_*.tar.gz | head -n 1)
207207
- (! grep "warning:" data.table.Rcheck/00install.out)
208208
- >-
209-
Rscript -e 'l=tail(readLines("data.table.Rcheck/00check.log"), 1L); notes<-"Status: 2 NOTEs"; if (!identical(l, notes)) stop("Last line of ", shQuote("00check.log"), " is not ", shQuote(notes), " (non-API calls, V8 package) but ", shQuote(l)) else q("no")'
209+
Rscript -e 'l=tail(readLines("data.table.Rcheck/00check.log"), 1L); notes<-"Status: 1 NOTE"; if (!identical(l, notes)) stop("Last line of ", shQuote("00check.log"), " is not ", shQuote(notes), " (V8 package) but ", shQuote(l)) else q("no")'
210210
211211
# stated dependency on R
212212
test-lin-ancient-cran:

0 commit comments

Comments
 (0)