Last updated on 2025-12-06 00:48:50 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 1.60 | 19.47 | 21.07 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 1.28 | 14.39 | 15.67 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 28.92 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 27.23 | OK | |||
| r-devel-windows-x86_64 | 0.1.1 | 2.00 | 36.00 | 38.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 1.68 | 15.97 | 17.65 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 1.50 | 17.34 | 18.84 | OK | |
| r-release-macos-arm64 | 0.1.1 | OK | ||||
| r-release-macos-x86_64 | 0.1.1 | 2.00 | 24.00 | 26.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 3.00 | 37.00 | 40.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.1.1 | 2.00 | 20.00 | 22.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.1.1 | 4.00 | 41.00 | 45.00 | NOTE |
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘mthapower-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: mthapower
> ### Title: Power calculations - mtDNA haplogroups
> ### Aliases: mthapower
>
> ### ** Examples
>
> # Example 1:
> pow <- mthapower(n.cases=203, p0=0.443, Nh=13, OR.cas.ctrl=2.33, sig.level=0.05)
>
> # Example 2:
> # Create data frames
> pow.H150 <- mthapower(n.cases=seq(50,1000,by=50), p0=0.433, Nh=11,
+ OR.cas.ctrl=1.5, sig.level=0.05)
> pow.H175 <- mthapower(n.cases=seq(50,1000,by=50), p0=0.433, Nh=11,
+ OR.cas.ctrl=1.75, sig.level=0.05)
> pow.H200 <- mthapower(n.cases=seq(50,1000,by=50), p0=0.433, Nh=11,
+ OR.cas.ctrl=2, sig.level=0.05)
> pow.H250 <- mthapower(n.cases=seq(50,1000,by=50), p0=0.433, Nh=11,
+ OR.cas.ctrl=2.5, sig.level=0.05)
>
> # Bind the three data frames:
> bindata <- rbind(pow.H150,pow.H175,pow.H200,pow.H250)
> # Adds column OR to binded data frame:
> bindata$OR <- rep(factor(c(1.50,1.75,2,2.5)),
+ times = c(nrow(pow.H150),
+ nrow(pow.H175),
+ nrow(pow.H200),
+ nrow(pow.H250)))
> # Create plot:
> # install.packages("car")
> library(car)
Error in library(car) : there is no package called ‘car’
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64