CRAN Package Check Results for Package dispersionIndicators

Last updated on 2025-10-23 05:51:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 5.81 62.01 67.82 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 4.08 43.57 47.65 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 16.00 88.23 104.23 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 14.00 81.95 95.95 OK
r-devel-windows-x86_64 0.1.1 8.00 86.00 94.00 OK
r-patched-linux-x86_64 0.1.1 5.80 56.09 61.89 OK
r-release-linux-x86_64 0.1.1 5.04 55.59 60.63 OK
r-release-macos-arm64 0.1.1 3.00 28.00 31.00 ERROR
r-release-macos-x86_64 0.1.1 9.00 83.00 92.00 ERROR
r-release-windows-x86_64 0.1.1 10.00 88.00 98.00 OK
r-oldrel-macos-arm64 0.1.1 3.00 32.00 35.00 ERROR
r-oldrel-macos-x86_64 0.1.1 8.00 77.00 85.00 ERROR
r-oldrel-windows-x86_64 0.1.1 12.00 91.00 103.00 OK

Additional issues

M1mac

Check Details

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/3s] 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(dispersionIndicators) > > test_check("dispersionIndicators") Using poppler version 25.09.1 File intra saved : /Volumes/Temp/tmp/Rtmp7Nt0zV/Test_intra_distances_20251023.csv File inter saved : /Volumes/Temp/tmp/Rtmp7Nt0zV/Test_inter_distances_20251023.csv File individual saved : /Volumes/Temp/tmp/Rtmp7Nt0zV/Test_individual_distances_20251023.csv File inter saved : /Volumes/Temp/tmp/Rtmp7Nt0zV/Test_inter_distances_20251023.csv File individual saved : /Volumes/Temp/tmp/Rtmp7Nt0zV/Test_individual_distances_20251023.csv File intra saved : /Volumes/Temp/tmp/Rtmp7Nt0zV/Test_intra_distances_20251023.csv [ FAIL 2 | WARN 0 | SKIP 0 | PASS 89 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-convex_function.R:494:9'): plot_all_convex_hulls works ─────── hash_raw_md5(bitmap_batch) (`actual`) not equal to "2a1d8576a0ea9af63d0fa996b2194542" (`expected`). `actual`: "367e006cffcba3621a0e8ebfd4092769" `expected`: "2a1d8576a0ea9af63d0fa996b2194542" ── Failure ('test-convex_function.R:495:9'): plot_all_convex_hulls works ─────── hash_raw_md5(bitmap_global) (`actual`) not equal to "a51b98fb0ff70313f01658453907afa0" (`expected`). `actual`: "ebe6f6efa1633fb4605b69d5d0033f8f" `expected`: "a51b98fb0ff70313f01658453907afa0" [ FAIL 2 | WARN 0 | SKIP 0 | PASS 89 ] Error: Test failures Execution halted Flavor: r-release-macos-arm64

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/9s] 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(dispersionIndicators) > > test_check("dispersionIndicators") Using poppler version 25.09.1 File intra saved : /Volumes/Temp/tmp/RtmpKVDvXZ/Test_intra_distances_20251022.csv File inter saved : /Volumes/Temp/tmp/RtmpKVDvXZ/Test_inter_distances_20251022.csv File individual saved : /Volumes/Temp/tmp/RtmpKVDvXZ/Test_individual_distances_20251022.csv File inter saved : /Volumes/Temp/tmp/RtmpKVDvXZ/Test_inter_distances_20251022.csv File individual saved : /Volumes/Temp/tmp/RtmpKVDvXZ/Test_individual_distances_20251022.csv File intra saved : /Volumes/Temp/tmp/RtmpKVDvXZ/Test_intra_distances_20251022.csv [ FAIL 2 | WARN 0 | SKIP 0 | PASS 89 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-convex_function.R:494:9'): plot_all_convex_hulls works ─────── hash_raw_md5(bitmap_batch) (`actual`) not equal to "2a1d8576a0ea9af63d0fa996b2194542" (`expected`). `actual`: "367e006cffcba3621a0e8ebfd4092769" `expected`: "2a1d8576a0ea9af63d0fa996b2194542" ── Failure ('test-convex_function.R:495:9'): plot_all_convex_hulls works ─────── hash_raw_md5(bitmap_global) (`actual`) not equal to "a51b98fb0ff70313f01658453907afa0" (`expected`). `actual`: "ebe6f6efa1633fb4605b69d5d0033f8f" `expected`: "a51b98fb0ff70313f01658453907afa0" [ FAIL 2 | WARN 0 | SKIP 0 | PASS 89 ] Error: Test failures Execution halted Flavor: r-release-macos-x86_64

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/2s] 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(dispersionIndicators) > > test_check("dispersionIndicators") Using poppler version 25.09.1 File intra saved : /Volumes/Temp/tmp/Rtmp1vW6Cd/Test_intra_distances_20251023.csv File inter saved : /Volumes/Temp/tmp/Rtmp1vW6Cd/Test_inter_distances_20251023.csv File individual saved : /Volumes/Temp/tmp/Rtmp1vW6Cd/Test_individual_distances_20251023.csv File inter saved : /Volumes/Temp/tmp/Rtmp1vW6Cd/Test_inter_distances_20251023.csv File individual saved : /Volumes/Temp/tmp/Rtmp1vW6Cd/Test_individual_distances_20251023.csv File intra saved : /Volumes/Temp/tmp/Rtmp1vW6Cd/Test_intra_distances_20251023.csv [ FAIL 2 | WARN 0 | SKIP 0 | PASS 89 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-convex_function.R:494:9'): plot_all_convex_hulls works ─────── hash_raw_md5(bitmap_batch) (`actual`) not equal to "2a1d8576a0ea9af63d0fa996b2194542" (`expected`). `actual`: "367e006cffcba3621a0e8ebfd4092769" `expected`: "2a1d8576a0ea9af63d0fa996b2194542" ── Failure ('test-convex_function.R:495:9'): plot_all_convex_hulls works ─────── hash_raw_md5(bitmap_global) (`actual`) not equal to "a51b98fb0ff70313f01658453907afa0" (`expected`). `actual`: "ebe6f6efa1633fb4605b69d5d0033f8f" `expected`: "a51b98fb0ff70313f01658453907afa0" [ FAIL 2 | WARN 0 | SKIP 0 | PASS 89 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-arm64

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/9s] 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(dispersionIndicators) > > test_check("dispersionIndicators") Using poppler version 25.09.1 File intra saved : /Volumes/Temp/tmp/Rtmp0Hf0XD/Test_intra_distances_20251022.csv File inter saved : /Volumes/Temp/tmp/Rtmp0Hf0XD/Test_inter_distances_20251022.csv File individual saved : /Volumes/Temp/tmp/Rtmp0Hf0XD/Test_individual_distances_20251022.csv File inter saved : /Volumes/Temp/tmp/Rtmp0Hf0XD/Test_inter_distances_20251022.csv File individual saved : /Volumes/Temp/tmp/Rtmp0Hf0XD/Test_individual_distances_20251022.csv File intra saved : /Volumes/Temp/tmp/Rtmp0Hf0XD/Test_intra_distances_20251022.csv [ FAIL 2 | WARN 0 | SKIP 0 | PASS 89 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-convex_function.R:494:9'): plot_all_convex_hulls works ─────── hash_raw_md5(bitmap_batch) (`actual`) not equal to "2a1d8576a0ea9af63d0fa996b2194542" (`expected`). `actual`: "367e006cffcba3621a0e8ebfd4092769" `expected`: "2a1d8576a0ea9af63d0fa996b2194542" ── Failure ('test-convex_function.R:495:9'): plot_all_convex_hulls works ─────── hash_raw_md5(bitmap_global) (`actual`) not equal to "a51b98fb0ff70313f01658453907afa0" (`expected`). `actual`: "ebe6f6efa1633fb4605b69d5d0033f8f" `expected`: "a51b98fb0ff70313f01658453907afa0" [ FAIL 2 | WARN 0 | SKIP 0 | PASS 89 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-x86_64