Last updated on 2024-11-20 04:08:27 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 10.64 | 69.30 | 79.94 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 7.01 | 48.04 | 55.05 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 137.28 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 117.76 | OK | |||
r-devel-windows-x86_64 | 0.1.0 | 11.00 | 102.00 | 113.00 | OK | |
r-release-macos-arm64 | 0.1.0 | 42.00 | ERROR | |||
r-release-macos-x86_64 | 0.1.0 | 221.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 13.00 | 115.00 | 128.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 45.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.1.0 | 223.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 15.00 | 119.00 | 134.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘powertools-Ex.R’ failed
The error most likely occurred in:
> ### Name: chisq.gof
> ### Title: Power calculation for chi-square goodness-of-fit test
> ### Aliases: chisq.gof
>
> ### ** Examples
>
> chisq.gof(p0vec = c(0.5, 0.3, 0.2), p1vec = c(0.7, 0.2, 0.1), N = 50)
Error in check.param(p1vec, "sum") : values of p1vec should sum to one
Calls: chisq.gof -> check.param
Execution halted
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64