Last updated on 2025-11-16 04:48:55 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.4 | 5.30 | 52.06 | 57.36 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.3.4 | 4.59 | 46.77 | 51.36 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.4 | 24.00 | 69.83 | 93.83 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.4 | 28.00 | 91.68 | 119.68 | ERROR | |
| r-devel-windows-x86_64 | 0.3.4 | 17.00 | 74.00 | 91.00 | ERROR | |
| r-patched-linux-x86_64 | 0.3.4 | 6.52 | 49.49 | 56.01 | OK | |
| r-release-linux-x86_64 | 0.3.4 | 5.10 | 59.56 | 64.66 | OK | |
| r-release-macos-arm64 | 0.3.4 | 4.00 | 56.00 | 60.00 | OK | |
| r-release-macos-x86_64 | 0.3.4 | 9.00 | 142.00 | 151.00 | OK | |
| r-release-windows-x86_64 | 0.3.4 | 14.00 | 73.00 | 87.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.4 | 5.00 | 36.00 | 41.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.4 | 14.00 | 120.00 | 134.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.4 | 18.00 | 88.00 | 106.00 | OK |
Version: 0.3.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/16s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(sparsevctrs)
>
> test_check("sparsevctrs")
[ FAIL 2 | WARN 0 | SKIP 30 | PASS 687 ]
══ Skipped tests (30) ══════════════════════════════════════════════════════════
• On CRAN (30): 'test-coerce.R:289:3', 'test-coerce.R:322:3',
'test-coerce.R:350:3', 'test-coerce.R:419:3', 'test-coerce.R:426:3',
'test-coerce.R:441:3', 'test-coerce.R:494:3', 'test-coerce.R:501:3',
'test-coerce.R:516:3', 'test-sparse_character.R:3:3',
'test-sparse_character.R:242:3', 'test-sparse_character.R:283:3',
'test-sparse_character.R:308:3', 'test-sparse_double.R:8:3',
'test-sparse_double.R:260:3', 'test-sparse_double.R:307:3',
'test-sparse_double.R:408:3', 'test-sparse_double.R:449:3',
'test-sparse_double.R:474:3', 'test-sparse_dummy.R:242:3',
'test-sparse_integer.R:8:3', 'test-sparse_integer.R:264:3',
'test-sparse_integer.R:311:3', 'test-sparse_integer.R:413:3',
'test-sparse_integer.R:454:3', 'test-sparse_integer.R:479:3',
'test-sparse_logical.R:3:3', 'test-sparse_logical.R:261:3',
'test-sparse_logical.R:297:3', 'test-sparsity.R:129:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-sparse_replace_na.R:46:3'): sparse_replace() works - characters ──
`res` (`actual`) not identical to `exp` (`expected`).
`actual[1:4]`: "M" "A" "B" ""
`expected[1:4]`: NA "A" "B" ""
── Failure ('test-sparse_replace_na.R:54:3'): sparse_replace() works - characters ──
`res` (`actual`) not identical to `exp` (`expected`).
`actual[1:4]`: "0" "A" "B" ""
`expected[1:4]`: NA "A" "B" ""
[ FAIL 2 | WARN 0 | SKIP 30 | PASS 687 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [14s/16s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(sparsevctrs)
>
> test_check("sparsevctrs")
Saving _problems/test-sparse_character-304.R
Saving _problems/test-sparse_replace_na-46.R
Saving _problems/test-sparse_replace_na-54.R
[ FAIL 3 | WARN 0 | SKIP 30 | PASS 785 ]
══ Skipped tests (30) ══════════════════════════════════════════════════════════
• On CRAN (30): 'test-coerce.R:286:1', 'test-coerce.R:312:1',
'test-coerce.R:345:1', 'test-coerce.R:413:1', 'test-coerce.R:425:1',
'test-coerce.R:436:1', 'test-coerce.R:487:1', 'test-coerce.R:500:1',
'test-coerce.R:511:1', 'test-sparse_character.R:1:1',
'test-sparse_character.R:241:1', 'test-sparse_character.R:279:1',
'test-sparse_character.R:307:1', 'test-sparse_double.R:1:1',
'test-sparse_double.R:259:1', 'test-sparse_double.R:306:1',
'test-sparse_double.R:407:1', 'test-sparse_double.R:445:1',
'test-sparse_double.R:473:1', 'test-sparse_dummy.R:241:1',
'test-sparse_integer.R:1:1', 'test-sparse_integer.R:263:1',
'test-sparse_integer.R:310:1', 'test-sparse_integer.R:412:1',
'test-sparse_integer.R:450:1', 'test-sparse_integer.R:478:1',
'test-sparse_logical.R:1:1', 'test-sparse_logical.R:260:1',
'test-sparse_logical.R:293:1', 'test-sparsity.R:110:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-sparse_character.R:299:3'): verbose testing ──────────────────
Expected `{ ... }` to throw a error.
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-sparse_character.R:299:3
2. └─testthat:::expect_snapshot_(...)
── Failure ('test-sparse_replace_na.R:46:3'): sparse_replace() works - characters ──
Expected `res` to be identical to `exp`.
Differences:
`actual[1:4]`: "M" "A" "B" ""
`expected[1:4]`: NA "A" "B" ""
── Failure ('test-sparse_replace_na.R:54:3'): sparse_replace() works - characters ──
Expected `res` to be identical to `exp`.
Differences:
`actual[1:4]`: "0" "A" "B" ""
`expected[1:4]`: NA "A" "B" ""
[ FAIL 3 | WARN 0 | SKIP 30 | PASS 785 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [19s/39s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(sparsevctrs)
>
> test_check("sparsevctrs")
[ FAIL 2 | WARN 0 | SKIP 30 | PASS 687 ]
══ Skipped tests (30) ══════════════════════════════════════════════════════════
• On CRAN (30): 'test-coerce.R:289:3', 'test-coerce.R:322:3',
'test-coerce.R:350:3', 'test-coerce.R:419:3', 'test-coerce.R:426:3',
'test-coerce.R:441:3', 'test-coerce.R:494:3', 'test-coerce.R:501:3',
'test-coerce.R:516:3', 'test-sparse_character.R:3:3',
'test-sparse_character.R:242:3', 'test-sparse_character.R:283:3',
'test-sparse_character.R:308:3', 'test-sparse_double.R:8:3',
'test-sparse_double.R:260:3', 'test-sparse_double.R:307:3',
'test-sparse_double.R:408:3', 'test-sparse_double.R:449:3',
'test-sparse_double.R:474:3', 'test-sparse_dummy.R:242:3',
'test-sparse_integer.R:8:3', 'test-sparse_integer.R:264:3',
'test-sparse_integer.R:311:3', 'test-sparse_integer.R:413:3',
'test-sparse_integer.R:454:3', 'test-sparse_integer.R:479:3',
'test-sparse_logical.R:3:3', 'test-sparse_logical.R:261:3',
'test-sparse_logical.R:297:3', 'test-sparsity.R:129:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-sparse_replace_na.R:46:3'): sparse_replace() works - characters ──
`res` (`actual`) not identical to `exp` (`expected`).
`actual[1:4]`: "M" "A" "B" ""
`expected[1:4]`: NA "A" "B" ""
── Failure ('test-sparse_replace_na.R:54:3'): sparse_replace() works - characters ──
`res` (`actual`) not identical to `exp` (`expected`).
`actual[1:4]`: "0" "A" "B" ""
`expected[1:4]`: NA "A" "B" ""
[ FAIL 2 | WARN 0 | SKIP 30 | PASS 687 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.3.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [35s/40s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(sparsevctrs)
>
> test_check("sparsevctrs")
Saving _problems/test-sparse_character-304.R
Saving _problems/test-sparse_replace_na-46.R
Saving _problems/test-sparse_replace_na-54.R
[ FAIL 3 | WARN 0 | SKIP 30 | PASS 785 ]
══ Skipped tests (30) ══════════════════════════════════════════════════════════
• On CRAN (30): 'test-coerce.R:286:1', 'test-coerce.R:312:1',
'test-coerce.R:345:1', 'test-coerce.R:413:1', 'test-coerce.R:425:1',
'test-coerce.R:436:1', 'test-coerce.R:487:1', 'test-coerce.R:500:1',
'test-coerce.R:511:1', 'test-sparse_character.R:1:1',
'test-sparse_character.R:241:1', 'test-sparse_character.R:279:1',
'test-sparse_character.R:307:1', 'test-sparse_double.R:1:1',
'test-sparse_double.R:259:1', 'test-sparse_double.R:306:1',
'test-sparse_double.R:407:1', 'test-sparse_double.R:445:1',
'test-sparse_double.R:473:1', 'test-sparse_dummy.R:241:1',
'test-sparse_integer.R:1:1', 'test-sparse_integer.R:263:1',
'test-sparse_integer.R:310:1', 'test-sparse_integer.R:412:1',
'test-sparse_integer.R:450:1', 'test-sparse_integer.R:478:1',
'test-sparse_logical.R:1:1', 'test-sparse_logical.R:260:1',
'test-sparse_logical.R:293:1', 'test-sparsity.R:110:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-sparse_character.R:299:3'): verbose testing ──────────────────
Expected `{ ... }` to throw a error.
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-sparse_character.R:299:3
2. └─testthat:::expect_snapshot_(...)
── Failure ('test-sparse_replace_na.R:46:3'): sparse_replace() works - characters ──
Expected `res` to be identical to `exp`.
Differences:
`actual[1:4]`: "M" "A" "B" ""
`expected[1:4]`: NA "A" "B" ""
── Failure ('test-sparse_replace_na.R:54:3'): sparse_replace() works - characters ──
Expected `res` to be identical to `exp`.
Differences:
`actual[1:4]`: "0" "A" "B" ""
`expected[1:4]`: NA "A" "B" ""
[ FAIL 3 | WARN 0 | SKIP 30 | PASS 785 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.3.4
Check: tests
Result: ERROR
Running 'testthat.R' [10s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(sparsevctrs)
>
> test_check("sparsevctrs")
[ FAIL 2 | WARN 0 | SKIP 30 | PASS 687 ]
══ Skipped tests (30) ══════════════════════════════════════════════════════════
• On CRAN (30): 'test-coerce.R:289:3', 'test-coerce.R:322:3',
'test-coerce.R:350:3', 'test-coerce.R:419:3', 'test-coerce.R:426:3',
'test-coerce.R:441:3', 'test-coerce.R:494:3', 'test-coerce.R:501:3',
'test-coerce.R:516:3', 'test-sparse_character.R:3:3',
'test-sparse_character.R:242:3', 'test-sparse_character.R:283:3',
'test-sparse_character.R:308:3', 'test-sparse_double.R:8:3',
'test-sparse_double.R:260:3', 'test-sparse_double.R:307:3',
'test-sparse_double.R:408:3', 'test-sparse_double.R:449:3',
'test-sparse_double.R:474:3', 'test-sparse_dummy.R:242:3',
'test-sparse_integer.R:8:3', 'test-sparse_integer.R:264:3',
'test-sparse_integer.R:311:3', 'test-sparse_integer.R:413:3',
'test-sparse_integer.R:454:3', 'test-sparse_integer.R:479:3',
'test-sparse_logical.R:3:3', 'test-sparse_logical.R:261:3',
'test-sparse_logical.R:297:3', 'test-sparsity.R:129:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-sparse_replace_na.R:46:3'): sparse_replace() works - characters ──
`res` (`actual`) not identical to `exp` (`expected`).
`actual[1:4]`: "M" "A" "B" ""
`expected[1:4]`: NA "A" "B" ""
── Failure ('test-sparse_replace_na.R:54:3'): sparse_replace() works - characters ──
`res` (`actual`) not identical to `exp` (`expected`).
`actual[1:4]`: "0" "A" "B" ""
`expected[1:4]`: NA "A" "B" ""
[ FAIL 2 | WARN 0 | SKIP 30 | PASS 687 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64