Last updated on 2026-06-08 02:51:23 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9 | 1.61 | 21.08 | 22.69 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.9 | 1.41 | 17.19 | 18.60 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.9 | 35.12 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.9 | 36.02 | OK | |||
| r-devel-windows-x86_64 | 0.9 | 2.00 | 47.00 | 49.00 | OK | |
| r-patched-linux-x86_64 | 0.9 | 1.65 | 19.33 | 20.98 | OK | |
| r-release-linux-x86_64 | 0.9 | 1.72 | 19.22 | 20.94 | OK | |
| r-release-macos-arm64 | 0.9 | 1.00 | 9.00 | 10.00 | OK | |
| r-release-macos-x86_64 | 0.9 | 2.00 | 35.00 | 37.00 | OK | |
| r-release-windows-x86_64 | 0.9 | 5.00 | 47.00 | 52.00 | OK | |
| r-oldrel-macos-arm64 | 0.9 | OK | ||||
| r-oldrel-macos-x86_64 | 0.9 | 2.00 | 36.00 | 38.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9 | 3.00 | 49.00 | 52.00 | OK |
Version: 0.9
Check: examples
Result: ERROR
Running examples in ‘pplot-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: pplot.t.test
> ### Title: Generate p-plot from a series of data points
> ### Aliases: pplot.t.test
> ### Keywords: utilities
>
> ### ** Examples
>
> # Show p-plot for significant test (the simulation
> # has a power of > 88% to return a significant
> # effect).
> testdata <- rnorm(64, mean = 0.4, sd = 1)
> pplot.t.test(testdata)
Warning in pplot.t.test(testdata) :
Package 'MBESS' is not installed but required for computing confidence intervals for effect sizes (for plottype >= 2).
Error in pplot.t.test(testdata) :
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc