CRAN Package Check Results for Package perm

Last updated on 2024-11-12 17:49:17 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0-0.4 2.42 29.25 31.67 OK
r-devel-linux-x86_64-debian-gcc 1.0-0.4 1.78 16.84 18.62 ERROR
r-devel-linux-x86_64-fedora-clang 1.0-0.4 55.04 OK
r-devel-linux-x86_64-fedora-gcc 1.0-0.4 47.07 OK
r-devel-windows-x86_64 1.0-0.4 4.00 52.00 56.00 OK
r-patched-linux-x86_64 1.0-0.4 2.48 27.36 29.84 OK
r-release-linux-x86_64 1.0-0.4 2.26 27.44 29.70 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 4.00 51.00 55.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 55.00 59.00 OK

Check Details

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-gcc