Last updated on 2025-01-09 13:55:50 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-0.4 | ERROR | ||||
r-devel-linux-x86_64-debian-gcc | 1.0-0.4 | 1.78 | 22.15 | 23.93 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0-0.4 | 53.25 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-0.4 | 52.79 | OK | |||
r-devel-windows-x86_64 | 1.0-0.4 | 4.00 | 50.00 | 54.00 | OK | |
r-patched-linux-x86_64 | 1.0-0.4 | 2.63 | 27.41 | 30.04 | OK | |
r-release-linux-x86_64 | 1.0-0.4 | 1.85 | 27.33 | 29.18 | OK | |
r-release-macos-arm64 | 1.0-0.4 | 18.00 | OK | |||
r-release-macos-x86_64 | 1.0-0.4 | 39.00 | OK | |||
r-release-windows-x86_64 | 1.0-0.4 | 5.00 | 51.00 | 56.00 | OK | |
r-oldrel-macos-arm64 | 1.0-0.4 | 26.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0-0.4 | 49.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0-0.4 | 4.00 | 54.00 | 58.00 | OK |
Version: 1.0-0.4
Check: tests
Result: ERROR
Running ‘perm.coin.check.R’ [0s/0s]
Running ‘precision.problem.R’ [0s/0s]
Running ‘wilcoxon.kruskal.trend.R’ [0s/0s]
Running the tests in ‘tests/perm.coin.check.R’ failed.
Complete output:
> ## check perm against coin (ver 1.0-8 or greater)
> library(perm)
> library(coin)
Error in library(coin) : there is no package called 'coin'
Execution halted
Running the tests in ‘tests/precision.problem.R’ failed.
Complete output:
> ## This is a hard two sample precision problem.
> ## What makes it hard is that the sum of the
> ## first 2 values of y are the same as the sum
> ## of the second two, and to get the correct
> ## answer you need to get them exactly equal
> ## You should get the same answer regardless of
> ## whether you multiply y by a constant
> ## Here both coin 1.0-8 and perm 0.9.1 give the correct answer
> ## (earlier versions of coin had problems with this example)
> library(coin)
Error in library(coin) : there is no package called 'coin'
Execution halted
Running the tests in ‘tests/wilcoxon.kruskal.trend.R’ failed.
Complete output:
> ## Test that perm gives the same answers in some special cases
> library(perm)
> library(coin)
Error in library(coin) : there is no package called 'coin'
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang