Last updated on 2024-11-22 03:52:36 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.2 | 8.34 | 83.44 | 91.78 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.2 | 6.24 | 61.15 | 67.39 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.2 | 157.48 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 162.26 | OK | |||
r-devel-windows-x86_64 | 0.3.2 | 11.00 | 90.00 | 101.00 | OK | |
r-patched-linux-x86_64 | 0.3.2 | 7.66 | 78.43 | 86.09 | OK | |
r-release-linux-x86_64 | 0.3.2 | 8.91 | 79.41 | 88.32 | 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 | 10.00 | 94.00 | 104.00 | OK | |
r-oldrel-macos-arm64 | 0.3.2 | 12.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.3.2 | 92.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.2 | 14.00 | 113.00 | 127.00 | OK |
Version: 0.3.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/4s]
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