Last updated on 2025-12-07 04:50:09 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.0 | 23.54 | 260.30 | 283.84 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0.0 | 14.55 | 94.64 | 109.19 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.0.0 | 45.00 | 420.13 | 465.13 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 53.00 | 408.64 | 461.64 | OK | |
| r-devel-windows-x86_64 | 2.0.0 | 32.00 | 282.00 | 314.00 | OK | |
| r-patched-linux-x86_64 | 2.0.0 | 22.96 | 253.57 | 276.53 | OK | |
| r-release-linux-x86_64 | 2.0.0 | 23.36 | 251.49 | 274.85 | OK | |
| r-release-macos-arm64 | 2.0.0 | OK | ||||
| r-release-macos-x86_64 | 2.0.0 | 15.00 | 243.00 | 258.00 | OK | |
| r-release-windows-x86_64 | 2.0.0 | 31.00 | 280.00 | 311.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 2.0.0 | 14.00 | 240.00 | 254.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.0 | 38.00 | 400.00 | 438.00 | OK |
Version: 2.0.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'knitr', 'polymapR', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.0.0
Check: examples
Result: ERROR
Running examples in ‘segtest-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: polymapr_test
> ### Title: Run segregation distortion tests as implemented in the polymapR
> ### package.
> ### Aliases: polymapr_test
>
> ### ** Examples
>
> g1 <- 0
> g2 <- 1
> x <- c(4, 16, 0, 0, 0)
> polymapr_test(x = x, g1 = g1, g2 = g2, type = "segtest")
$p_value
[1] 0.007290358
$best_fit
[1] 5.000000e-01 5.000000e-01 4.440892e-17 4.440892e-17 4.440892e-17
$frq_invalid
[1] 0
$p_invalid
[1] 1
> polymapr_test(x = x, g1 = g1, g2 = g2, type = "polymapR")
Error in polymapr_test(x = x, g1 = g1, g2 = g2, type = "polymapR") :
polymapr_test:
polymapR needs to be installed to use type = 'polymapR'.
You can install it with install.packages('polymapR')
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.0.0
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc