Last updated on 2025-02-06 19:49:21 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.0 | 5.69 | 44.60 | 50.29 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.0 | 3.91 | 32.06 | 35.97 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 86.37 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 45.56 | OK | |||
r-devel-windows-x86_64 | 0.3.0 | 7.00 | 62.00 | 69.00 | OK | |
r-patched-linux-x86_64 | 0.3.0 | 5.44 | 40.53 | 45.97 | OK | |
r-release-linux-x86_64 | 0.3.0 | 3.78 | 40.80 | 44.58 | OK | |
r-release-macos-arm64 | 0.3.0 | 28.00 | OK | |||
r-release-macos-x86_64 | 0.3.1 | 53.00 | OK | |||
r-release-windows-x86_64 | 0.3.0 | 9.00 | 62.00 | 71.00 | ERROR | |
r-oldrel-macos-arm64 | 0.2.2 | 25.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.2 | 39.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.2 | 9.00 | 67.00 | 76.00 | OK |
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dibble)
Attaching package: 'dibble'
The following object is masked from 'package:stats':
filter
The following objects are masked from 'package:base':
apply, colnames, diag, diag<-, ifelse, ncol, nrow, pmax, pmin,
rownames
>
> test_check("dibble")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 181 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-dim_names.R:15:3'): dim_names ────────────────────────────────
intersect_dim_names(list(dimnames(x), dimnames(y))) (`actual`) not equal to list(axis1 = letters[2], axis2 = tibble::tibble(col1 = 2:3, col2 = 3:4)) (`expected`).
`actual` is length 3
`expected` is length 2
`names(actual)`: "axis1" "axis2" "axis3"
`names(expected)`: "axis1" "axis2"
`actual$axis3` is a character vector ()
`expected$axis3` is absent
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 181 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.0
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(dibble)
Attaching package: 'dibble'
The following object is masked from 'package:stats':
filter
The following objects are masked from 'package:base':
apply, colnames, diag, diag<-, ifelse, ncol, nrow, pmax, pmin,
rownames
>
> test_check("dibble")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 181 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-dim_names.R:15:3'): dim_names ────────────────────────────────
intersect_dim_names(list(dimnames(x), dimnames(y))) (`actual`) not equal to list(axis1 = letters[2], axis2 = tibble::tibble(col1 = 2:3, col2 = 3:4)) (`expected`).
`actual` is length 3
`expected` is length 2
`names(actual)`: "axis1" "axis2" "axis3"
`names(expected)`: "axis1" "axis2"
`actual$axis3` is a character vector ()
`expected$axis3` is absent
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 181 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64