CRAN Package Check Results for Package genetic.algo.optimizeR

Last updated on 2024-12-18 19:49:14 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.2 9.17 83.93 93.10 ERROR
r-devel-linux-x86_64-debian-gcc 0.3.2 6.19 61.33 67.52 OK
r-devel-linux-x86_64-fedora-clang 0.3.2 149.15 OK
r-devel-linux-x86_64-fedora-gcc 0.3.2 151.93 OK
r-devel-windows-x86_64 0.3.2 12.00 96.00 108.00 OK
r-patched-linux-x86_64 0.3.2 8.59 79.25 87.84 OK
r-release-linux-x86_64 0.3.2 6.97 79.02 85.99 OK
r-release-macos-arm64 0.3.2 56.00 OK
r-release-macos-x86_64 0.3.2 106.00 OK
r-release-windows-x86_64 0.3.2 11.00 93.00 104.00 OK
r-oldrel-macos-arm64 0.3.2 10.00 ERROR
r-oldrel-macos-x86_64 0.3.2 92.00 OK
r-oldrel-windows-x86_64 0.3.2 13.00 109.00 122.00 OK

Check Details

Version: 0.3.2
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/5s] 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(genetic.algo.optimizeR) > > test_check("genetic.algo.optimizeR") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-test_mutation.R:4:5'): mutation correctly mutates offspring ── any(mutated_offspring != offspring) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.3.2
Check: package dependencies
Result: ERROR Package required but not available: ‘biocViews’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-oldrel-macos-arm64