Last updated on 2025-01-19 05:49:09 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.2 | 8.93 | 84.90 | 93.83 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.2 | 6.54 | 63.32 | 69.86 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.2 | 151.40 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 157.94 | OK | |||
r-devel-windows-x86_64 | 0.3.2 | 11.00 | 93.00 | 104.00 | OK | |
r-patched-linux-x86_64 | 0.3.2 | 8.46 | 78.52 | 86.98 | ERROR | |
r-release-linux-x86_64 | 0.3.2 | 8.87 | 78.78 | 87.65 | 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 | 91.00 | 101.00 | OK | |
r-oldrel-macos-arm64 | 0.3.2 | 15.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.3.2 | 92.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.2 | 12.00 | 116.00 | 128.00 | OK |
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: 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(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-gcc
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-patched-linux-x86_64
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