Last updated on 2026-07-17 20:50:02 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 4.5.2 | 39.11 | 116.60 | 155.71 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 4.5.2 | 35.38 | 80.42 | 115.80 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 4.5.2 | 50.00 | 178.52 | 228.52 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 4.5.2 | 37.00 | 78.49 | 115.49 | ERROR | |
| r-devel-windows-x86_64 | 4.5.2 | 62.00 | 153.00 | 215.00 | ERROR | |
| r-patched-linux-x86_64 | 4.5.2 | 48.55 | 102.94 | 151.49 | NOTE | |
| r-release-linux-x86_64 | 4.5.2 | 38.07 | 99.16 | 137.23 | NOTE | |
| r-release-macos-arm64 | 4.5.2 | 12.00 | 23.00 | 35.00 | NOTE | |
| r-release-macos-x86_64 | 4.5.2 | 36.00 | 85.00 | 121.00 | NOTE | |
| r-release-windows-x86_64 | 4.5.2 | 55.00 | 143.00 | 198.00 | NOTE | |
| r-oldrel-macos-arm64 | 4.5.2 | NOTE | ||||
| r-oldrel-macos-x86_64 | 4.5.2 | 34.00 | 132.00 | 166.00 | NOTE | |
| r-oldrel-windows-x86_64 | 4.5.2 | 68.00 | 164.00 | 232.00 | NOTE |
Version: 4.5.2
Check: dependencies in R code
Result: NOTE
Unexported object imported by a ':::' call: ‘bit:::R_bit_as_hi’
See the note in ?`:::` about the use of this operator.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 4.5.2
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
ff/R/array.R (.Dim: 1)
ff/R/hi.R (.Names: 2)
ff/tests/testthat/test-zero_lengths.R (.Dim: 2, .Dimnames: 2, .Names: 1)
'.Dim' should be changed to 'dim'.
'.Names' should be changed to 'names'.
'.Dimnames' should be changed to 'dimnames'.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 4.5.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [14s/17s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> test_check("ff")
Loading required package: ff
Loading required package: bit
Attaching package: 'bit'
The following object is masked from 'package:base':
xor
Attaching package ff
- getOption("fftempdir")=="/home/hornik/tmp/scratch/Rtmp5ca9zF/ff"
- getOption("ffextension")=="ff"
- getOption("ffdrop")==TRUE
- getOption("fffinonexit")==TRUE
- getOption("ffpagesize")==65536
- getOption("ffcaching")=="mmnoflush" -- consider "ffeachflush" if your system stalls on large writes
- getOption("ffbatchbytes")==16777216 -- consider a different value for tuning your system
- getOption("ffmaxbytes")==536870912 -- consider a different value for tuning your system
Attaching package: 'ff'
The following objects are masked from 'package:utils':
write.csv, write.csv2
The following objects are masked from 'package:base':
is.factor, is.ordered
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1021.R
Saving _problems/test-zero_lengths-1024.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1024.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1021.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1024.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1021.R
[ FAIL 16 | WARN 529 | SKIP 0 | PASS 950 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1021:5'): lots of stuff related to dims work ──
Expected `ftmp[i, ] <- 0L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1024:5'): lots of stuff related to dims work ──
Expected `ftmp[, j] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1024:5'): lots of stuff related to dims work ──
Expected `ftmp[, j] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1021:5'): lots of stuff related to dims work ──
Expected `ftmp[i, ] <- 0L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1024:5'): lots of stuff related to dims work ──
Expected `ftmp[, j] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1021:5'): lots of stuff related to dims work ──
Expected `ftmp[i, ] <- 0L` to run silently.
Actual noise: warnings.
[ FAIL 16 | WARN 529 | SKIP 0 | PASS 950 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 4.5.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/11s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> test_check("ff")
Loading required package: ff
Loading required package: bit
Attaching package: 'bit'
The following object is masked from 'package:base':
xor
Attaching package ff
- getOption("fftempdir")=="/home/hornik/tmp/scratch/RtmpgaqqUf/ff"
- getOption("ffextension")=="ff"
- getOption("ffdrop")==TRUE
- getOption("fffinonexit")==TRUE
- getOption("ffpagesize")==65536
- getOption("ffcaching")=="mmnoflush" -- consider "ffeachflush" if your system stalls on large writes
- getOption("ffbatchbytes")==16777216 -- consider a different value for tuning your system
- getOption("ffmaxbytes")==536870912 -- consider a different value for tuning your system
Attaching package: 'ff'
The following objects are masked from 'package:utils':
write.csv, write.csv2
The following objects are masked from 'package:base':
is.factor, is.ordered
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1021.R
Saving _problems/test-zero_lengths-1024.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1024.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1021.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1024.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1021.R
[ FAIL 16 | WARN 529 | SKIP 0 | PASS 950 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1021:5'): lots of stuff related to dims work ──
Expected `ftmp[i, ] <- 0L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1024:5'): lots of stuff related to dims work ──
Expected `ftmp[, j] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1024:5'): lots of stuff related to dims work ──
Expected `ftmp[, j] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1021:5'): lots of stuff related to dims work ──
Expected `ftmp[i, ] <- 0L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1024:5'): lots of stuff related to dims work ──
Expected `ftmp[, j] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1021:5'): lots of stuff related to dims work ──
Expected `ftmp[i, ] <- 0L` to run silently.
Actual noise: warnings.
[ FAIL 16 | WARN 529 | SKIP 0 | PASS 950 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 4.5.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [23s/28s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> test_check("ff")
Loading required package: ff
Loading required package: bit
Attaching package: 'bit'
The following object is masked from 'package:base':
xor
Attaching package ff
- getOption("fftempdir")=="/tmp/RtmpD70yIw/working_dir/RtmpAILjci/ff"
- getOption("ffextension")=="ff"
- getOption("ffdrop")==TRUE
- getOption("fffinonexit")==TRUE
- getOption("ffpagesize")==65536
- getOption("ffcaching")=="mmnoflush" -- consider "ffeachflush" if your system stalls on large writes
- getOption("ffbatchbytes")==16777216 -- consider a different value for tuning your system
- getOption("ffmaxbytes")==536870912 -- consider a different value for tuning your system
Attaching package: 'ff'
The following objects are masked from 'package:utils':
write.csv, write.csv2
The following objects are masked from 'package:base':
is.factor, is.ordered
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1021.R
Saving _problems/test-zero_lengths-1024.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1024.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1021.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1024.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1021.R
[ FAIL 16 | WARN 529 | SKIP 0 | PASS 950 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1021:5'): lots of stuff related to dims work ──
Expected `ftmp[i, ] <- 0L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1024:5'): lots of stuff related to dims work ──
Expected `ftmp[, j] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1024:5'): lots of stuff related to dims work ──
Expected `ftmp[, j] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1021:5'): lots of stuff related to dims work ──
Expected `ftmp[i, ] <- 0L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1024:5'): lots of stuff related to dims work ──
Expected `ftmp[, j] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1021:5'): lots of stuff related to dims work ──
Expected `ftmp[i, ] <- 0L` to run silently.
Actual noise: warnings.
[ FAIL 16 | WARN 529 | SKIP 0 | PASS 950 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 4.5.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/24s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> test_check("ff")
Loading required package: ff
Loading required package: bit
Attaching package: 'bit'
The following object is masked from 'package:base':
xor
Attaching package ff
- getOption("fftempdir")=="/tmp/RtmpmYNBNP/working_dir/RtmpmZB43M/ff"
- getOption("ffextension")=="ff"
- getOption("ffdrop")==TRUE
- getOption("fffinonexit")==TRUE
- getOption("ffpagesize")==65536
- getOption("ffcaching")=="mmnoflush" -- consider "ffeachflush" if your system stalls on large writes
- getOption("ffbatchbytes")==16777216 -- consider a different value for tuning your system
- getOption("ffmaxbytes")==536870912 -- consider a different value for tuning your system
Attaching package: 'ff'
The following objects are masked from 'package:utils':
write.csv, write.csv2
The following objects are masked from 'package:base':
is.factor, is.ordered
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1021.R
Saving _problems/test-zero_lengths-1024.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1024.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1021.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1024.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1021.R
[ FAIL 16 | WARN 529 | SKIP 0 | PASS 950 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1021:5'): lots of stuff related to dims work ──
Expected `ftmp[i, ] <- 0L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1024:5'): lots of stuff related to dims work ──
Expected `ftmp[, j] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1024:5'): lots of stuff related to dims work ──
Expected `ftmp[, j] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1021:5'): lots of stuff related to dims work ──
Expected `ftmp[i, ] <- 0L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1024:5'): lots of stuff related to dims work ──
Expected `ftmp[, j] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1021:5'): lots of stuff related to dims work ──
Expected `ftmp[i, ] <- 0L` to run silently.
Actual noise: warnings.
[ FAIL 16 | WARN 529 | SKIP 0 | PASS 950 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 4.5.2
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
ff/R/array.R (.Dim: 1)
ff/R/hi.R (.Names: 2)
ff/tests/testthat/test-zero_lengths.R (.Dim: 2, .Dimnames: 2, .Names: 1)
Flavor: r-devel-windows-x86_64
Version: 4.5.2
Check: tests
Result: ERROR
Running 'testthat.R' [12s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> test_check("ff")
Loading required package: ff
Loading required package: bit
Attaching package: 'bit'
The following object is masked from 'package:base':
xor
Attaching package ff
- getOption("fftempdir")=="D:/temp/2026_07_15_01_50_00_12432/RtmpcN528U/ff"
- getOption("ffextension")=="ff"
- getOption("ffdrop")==TRUE
- getOption("fffinonexit")==TRUE
- getOption("ffpagesize")==65536
- getOption("ffcaching")=="mmnoflush" -- consider "ffeachflush" if your system stalls on large writes
- getOption("ffbatchbytes")==16777216 -- consider a different value for tuning your system
- getOption("ffmaxbytes")==536870912 -- consider a different value for tuning your system
Attaching package: 'ff'
The following objects are masked from 'package:utils':
write.csv, write.csv2
The following objects are masked from 'package:base':
is.factor, is.ordered
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1021.R
Saving _problems/test-zero_lengths-1024.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1024.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1021.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1024.R
Saving _problems/test-zero_lengths-1012.R
Saving _problems/test-zero_lengths-1015.R
Saving _problems/test-zero_lengths-1021.R
[ FAIL 16 | WARN 529 | SKIP 0 | PASS 950 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1021:5'): lots of stuff related to dims work ──
Expected `ftmp[i, ] <- 0L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1024:5'): lots of stuff related to dims work ──
Expected `ftmp[, j] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1024:5'): lots of stuff related to dims work ──
Expected `ftmp[, j] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1021:5'): lots of stuff related to dims work ──
Expected `ftmp[i, ] <- 0L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1024:5'): lots of stuff related to dims work ──
Expected `ftmp[, j] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1012:5'): lots of stuff related to dims work ──
Expected `ftmp[] <- 1L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1015:5'): lots of stuff related to dims work ──
Expected `ftmp[, ] <- 2L` to run silently.
Actual noise: warnings.
── Failure ('test-zero_lengths.R:1021:5'): lots of stuff related to dims work ──
Expected `ftmp[i, ] <- 0L` to run silently.
Actual noise: warnings.
[ FAIL 16 | WARN 529 | SKIP 0 | PASS 950 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64