CRAN Package Check Results for Package sparsevctrs

Last updated on 2025-11-13 02:52:34 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.4 6.37 52.51 58.88 OK
r-devel-linux-x86_64-debian-gcc 0.3.4 4.36 38.82 43.18 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.4 13.00 75.24 88.24 OK
r-devel-linux-x86_64-fedora-gcc 0.3.4 14.00 84.30 98.30 OK
r-devel-windows-x86_64 0.3.4 13.00 74.00 87.00 OK
r-patched-linux-x86_64 0.3.4 6.52 49.49 56.01 OK
r-release-linux-x86_64 0.3.4 5.66 48.95 54.61 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 16.00 90.00 106.00 OK

Check Details

Version: 0.3.4
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/8s] 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-gcc