CRAN Package Check Results for Package MethEvolSIM

Last updated on 2025-03-19 08:52:48 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2 9.75 269.69 279.44 OK
r-devel-linux-x86_64-debian-gcc 0.2 5.36 218.40 223.76 OK
r-devel-linux-x86_64-fedora-clang 0.2 467.09 OK
r-devel-linux-x86_64-fedora-gcc 0.2 605.79 OK
r-devel-macos-arm64 0.2 133.00 ERROR
r-devel-macos-x86_64 0.2 533.00 OK
r-devel-windows-x86_64 0.2 11.00 416.00 427.00 OK
r-patched-linux-x86_64 0.2 9.08 352.78 361.86 OK
r-release-linux-x86_64 0.1.7 4.80 92.08 96.88 OK
r-release-macos-arm64 0.2 127.00 ERROR
r-release-macos-x86_64 0.2 479.00 OK
r-release-windows-x86_64 0.2 13.00 299.00 312.00 OK
r-oldrel-macos-arm64 0.2 133.00 ERROR
r-oldrel-macos-x86_64 0.2 430.00 OK
r-oldrel-windows-x86_64 0.1.7 6.00 153.00 159.00 OK

Additional issues

M1mac

Check Details

Version: 0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [72s/77s] 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(MethEvolSIM) > > test_check("MethEvolSIM") [ FAIL 3 | WARN 0 | SKIP 0 | PASS 8289 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-summaryStatistics.R:2363:3'): compute_fitch 8 tips non-numeric labels 2 structures ── all(c("u", "p", "m") %in% o$optStateSet[[2]]) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-summaryStatistics.R:2364:3'): compute_fitch 8 tips non-numeric labels 2 structures ── o$minChange_number (`actual`) not equal to c(2, 4) (`expected`). `actual`: 2.0 3.0 `expected`: 2.0 4.0 ── Failure ('test-summaryStatistics.R:2408:3'): computeFitch_islandGlbSt 8 tips non-numeric labels 2 structures ── `o` (`actual`) not equal to c(2, 4) (`expected`). `actual`: 2.0 3.0 `expected`: 2.0 4.0 [ FAIL 3 | WARN 0 | SKIP 0 | PASS 8289 ] Error: Test failures Execution halted Flavor: r-devel-macos-arm64

Version: 0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [64s/67s] 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(MethEvolSIM) > > test_check("MethEvolSIM") [ FAIL 3 | WARN 0 | SKIP 0 | PASS 8877 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-summaryStatistics.R:2363:3'): compute_fitch 8 tips non-numeric labels 2 structures ── all(c("u", "p", "m") %in% o$optStateSet[[2]]) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-summaryStatistics.R:2364:3'): compute_fitch 8 tips non-numeric labels 2 structures ── o$minChange_number (`actual`) not equal to c(2, 4) (`expected`). `actual`: 2.0 3.0 `expected`: 2.0 4.0 ── Failure ('test-summaryStatistics.R:2408:3'): computeFitch_islandGlbSt 8 tips non-numeric labels 2 structures ── `o` (`actual`) not equal to c(2, 4) (`expected`). `actual`: 2.0 3.0 `expected`: 2.0 4.0 [ FAIL 3 | WARN 0 | SKIP 0 | PASS 8877 ] Error: Test failures Execution halted Flavor: r-release-macos-arm64

Version: 0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [51s/53s] 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(MethEvolSIM) > > test_check("MethEvolSIM") [ FAIL 3 | WARN 0 | SKIP 0 | PASS 8290 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-summaryStatistics.R:2363:3'): compute_fitch 8 tips non-numeric labels 2 structures ── all(c("u", "p", "m") %in% o$optStateSet[[2]]) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-summaryStatistics.R:2364:3'): compute_fitch 8 tips non-numeric labels 2 structures ── o$minChange_number (`actual`) not equal to c(2, 4) (`expected`). `actual`: 2.0 3.0 `expected`: 2.0 4.0 ── Failure ('test-summaryStatistics.R:2408:3'): computeFitch_islandGlbSt 8 tips non-numeric labels 2 structures ── `o` (`actual`) not equal to c(2, 4) (`expected`). `actual`: 2.0 3.0 `expected`: 2.0 4.0 [ FAIL 3 | WARN 0 | SKIP 0 | PASS 8290 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-arm64