Last updated on 2023-01-25 04:51:44 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.1 | 13.89 | 126.98 | 140.87 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.1.1 | 12.27 | 94.25 | 106.52 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.1.1 | 175.06 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.1.1 | 188.23 | OK | |||
r-patched-linux-x86_64 | 2.1.1 | 17.34 | 117.38 | 134.72 | OK | |
r-release-linux-x86_64 | 2.1.1 | 15.72 | 120.22 | 135.94 | OK | |
r-release-macos-arm64 | 2.1.1 | 53.00 | OK | |||
r-release-macos-x86_64 | 2.1.1 | 67.00 | OK | |||
r-release-windows-x86_64 | 2.1.1 | 73.00 | 156.00 | 229.00 | OK | |
r-oldrel-macos-arm64 | 2.1.1 | 43.00 | ERROR | |||
r-oldrel-macos-x86_64 | 2.1.1 | 68.00 | ERROR | |||
r-oldrel-windows-ix86+x86_64 | 2.1.1 | 30.00 | 148.00 | 178.00 | ERROR |
Version: 2.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-founder-inbreeding.R:24'): setFounderInbreeding works on lists ──
fi(y1) not equal to c(`1` = 1, `2` = 1, `4` = 1).
3/3 mismatches (average diff: 1)
[1] 0 - 1 == -1
[2] 0 - 1 == -1
[3] 0 - 1 == -1
── Failure ('test-founder-inbreeding.R:27'): setFounderInbreeding works on lists ──
fi(y2) not equal to c(`1` = 0, `2` = 1, `4` = 0).
1/3 mismatches
[2] 0 - 1 == -1
[ FAIL 2 | WARN 0 | SKIP 2 | PASS 588 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 2.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-founder-inbreeding.R:24'): setFounderInbreeding works on lists ──
fi(y1) not equal to c(`1` = 1, `2` = 1, `4` = 1).
3/3 mismatches (average diff: 1)
[1] 0 - 1 == -1
[2] 0 - 1 == -1
[3] 0 - 1 == -1
── Failure ('test-founder-inbreeding.R:27'): setFounderInbreeding works on lists ──
fi(y2) not equal to c(`1` = 0, `2` = 1, `4` = 0).
1/3 mismatches
[2] 0 - 1 == -1
[ FAIL 2 | WARN 0 | SKIP 2 | PASS 588 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 2.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [9s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(pedtools)
>
> test_check("pedtools")
[ FAIL 2 | WARN 0 | SKIP 2 | PASS 588 ]
== Skipped tests ===============================================================
* Identity examples - takes long time (1)
* TODO: Mendelian check for X sibships (1)
== Failed tests ================================================================
-- Failure ('test-founder-inbreeding.R:24'): setFounderInbreeding works on lists --
fi(y1) not equal to c(`1` = 1, `2` = 1, `4` = 1).
3/3 mismatches (average diff: 1)
[1] 0 - 1 == -1
[2] 0 - 1 == -1
[3] 0 - 1 == -1
-- Failure ('test-founder-inbreeding.R:27'): setFounderInbreeding works on lists --
fi(y2) not equal to c(`1` = 0, `2` = 1, `4` = 0).
1/3 mismatches
[2] 0 - 1 == -1
[ FAIL 2 | WARN 0 | SKIP 2 | PASS 588 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64