Last updated on 2022-04-27 12:55:14 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.1 | 2.83 | 34.06 | 36.89 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.1 | 2.37 | 26.42 | 28.79 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.1 | 45.00 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 42.97 | ERROR | |||
r-devel-windows-x86_64 | 0.2.1 | 27.00 | 54.00 | 81.00 | OK | |
r-patched-linux-x86_64 | 0.2.1 | 2.51 | 33.29 | 35.80 | OK | |
r-release-linux-x86_64 | 0.2.1 | 2.67 | 33.22 | 35.89 | OK | |
r-release-macos-arm64 | 0.2.1 | 19.00 | OK | |||
r-release-macos-x86_64 | 0.2.1 | 30.00 | OK | |||
r-release-windows-x86_64 | 0.2.1 | 7.00 | 53.00 | 60.00 | OK | |
r-oldrel-macos-arm64 | 0.2.1 | 21.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.1 | 29.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.2.1 | 8.00 | 28.00 | 36.00 | OK |
Version: 0.2.1
Check: examples
Result: ERROR
Running examples in ‘powerAnalysis-Ex.R’ failed
The error most likely occurred in:
> ### Name: ES.chisq.assoc
> ### Title: Compute effect size of chi-squared test of association
> ### Aliases: ES.chisq.assoc
>
> ### ** Examples
>
> counts <- matrix(c(225,125,85,95),nrow=2,byrow=TRUE)
> ES.chisq.assoc(ct=counts)
Error in any(ct < 0) || is.na(ct) :
'length = 4' in coercion to 'logical(1)'
Calls: ES.chisq.assoc
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc