Last updated on 2026-06-07 23:50:49 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.0 | 27.72 | 262.62 | 290.34 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0.0 | 17.75 | 95.17 | 112.92 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.0.0 | 42.00 | 421.26 | 463.26 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 49.00 | 429.26 | 478.26 | OK | |
| r-devel-windows-x86_64 | 2.0.0 | 36.00 | 294.00 | 330.00 | OK | |
| r-patched-linux-x86_64 | 2.0.0 | 24.21 | 252.86 | 277.07 | OK | |
| r-release-linux-x86_64 | 2.0.0 | 25.57 | 252.54 | 278.11 | OK | |
| r-release-macos-arm64 | 2.0.0 | 5.00 | 58.00 | 63.00 | OK | |
| r-release-macos-x86_64 | 2.0.0 | 16.00 | 289.00 | 305.00 | OK | |
| r-release-windows-x86_64 | 2.0.0 | 36.00 | 296.00 | 332.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 2.0.0 | 15.00 | 243.00 | 258.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.0 | 42.00 | 392.00 | 434.00 | OK |
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: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
Warning in gzfile(file, mode) :
cannot open compressed file '/tmp/RtmpJocNnJ/libloc_216_4b2a3c4b2ff61586.rds', probable reason 'No space left on device'
Error in gzfile(file, mode) : cannot open the connection
Calls: <Anonymous> ... rownames -> %||% -> <Anonymous> -> saveRDS -> gzfile
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.0.0
Check: PDF version of manual
Result: ERROR
Rd conversion errors:
Converting parsed Rd's to LaTeX ..Warning in file(out, "wt") :
cannot open file '/tmp/Rtmp7cDkBo/file20ccd64bad0875': No space left on device
Warning in file(con, "r") :
cannot open file '/tmp/Rtmp7cDkBo/file20ccd64bad0875': No such file or directory
Error in file(con, "r") : cannot open the connection
Flavor: r-devel-linux-x86_64-debian-gcc