Last updated on 2026-06-08 13:50:55 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.2 | 3.81 | 58.24 | 62.05 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.5.2 | 2.96 | 36.38 | 39.34 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.5.2 | 8.00 | 92.43 | 100.43 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.5.2 | 8.00 | 93.56 | 101.56 | OK | |
| r-devel-windows-x86_64 | 1.5.2 | 7.00 | 88.00 | 95.00 | ERROR | |
| r-patched-linux-x86_64 | 1.5.2 | 5.58 | 52.42 | 58.00 | OK | |
| r-release-linux-x86_64 | 1.5.2 | 4.57 | 52.27 | 56.84 | OK | |
| r-release-macos-arm64 | 1.5.2 | 1.00 | 18.00 | 19.00 | OK | |
| r-release-macos-x86_64 | 1.5.2 | 3.00 | 62.00 | 65.00 | OK | |
| r-release-windows-x86_64 | 1.5.2 | 7.00 | 88.00 | 95.00 | OK | |
| r-oldrel-macos-arm64 | 1.5.2 | 1.00 | 17.00 | 18.00 | OK | |
| r-oldrel-macos-x86_64 | 1.5.2 | 3.00 | 71.00 | 74.00 | OK | |
| r-oldrel-windows-x86_64 | 1.5.2 | 8.00 | 156.00 | 164.00 | OK |
Version: 1.5.2
Check: examples
Result: ERROR
Running examples in ‘spider-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: seeBarcode
> ### Title: Create illustrative barcodes
> ### Aliases: seeBarcode
> ### Keywords: Barcoding Utilities
>
> ### ** Examples
>
>
> graphics::layout(matrix(1:6, ncol=1))
> graphics::par(mar=c(0.5, 0, 0.5, 0))
> data(woodmouse)
> seeBarcode(woodmouse[1,])
> seeBarcode(woodmouse[1,], col=c("pink", "orange", "steelblue", "yellow"))
> seeBarcode(woodmouse[1,], col=c("black", "white", "white", "black"))
> apply(woodmouse[1:3,], MARGIN=1, FUN=seeBarcode)
Error in FUN(newX[, i], ...) : Single sequences only please!
Calls: apply -> FUN
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.5.2
Check: examples
Result: ERROR
Running massageExamples to create ‘spider-Ex.R’ failed
Error in file(out, "wt") : cannot open the connection
Calls: <Anonymous> -> Rd2ex -> file
In addition: Warning message:
In file(out, "wt") :
cannot open file '/tmp/RtmpGezxYt/file25f08572171b8/plot.haploAccum.R': No space left on device
Execution halted
NONE
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.5.2
Check: examples
Result: ERROR
Running examples in 'spider-Ex.R' failed
The error most likely occurred in:
> ### Name: seeBarcode
> ### Title: Create illustrative barcodes
> ### Aliases: seeBarcode
> ### Keywords: Barcoding Utilities
>
> ### ** Examples
>
>
> graphics::layout(matrix(1:6, ncol=1))
> graphics::par(mar=c(0.5, 0, 0.5, 0))
> data(woodmouse)
> seeBarcode(woodmouse[1,])
> seeBarcode(woodmouse[1,], col=c("pink", "orange", "steelblue", "yellow"))
> seeBarcode(woodmouse[1,], col=c("black", "white", "white", "black"))
> apply(woodmouse[1:3,], MARGIN=1, FUN=seeBarcode)
Error in FUN(newX[, i], ...) : Single sequences only please!
Calls: apply -> FUN
Execution halted
Flavor: r-devel-windows-x86_64