Last updated on 2026-06-19 02:53:19 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.2 | 4.32 | 60.25 | 64.57 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.5.2 | 2.66 | 42.24 | 44.90 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.5.2 | 7.00 | 87.42 | 94.42 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.5.2 | 90.30 | ERROR | |||
| r-devel-windows-x86_64 | 1.5.2 | 8.00 | 91.00 | 99.00 | OK | |
| r-patched-linux-x86_64 | 1.5.2 | 5.71 | 53.11 | 58.82 | OK | |
| r-release-linux-x86_64 | 1.5.2 | 3.79 | 52.76 | 56.55 | 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 | 6.00 | 99.00 | 105.00 | OK | |
| r-oldrel-macos-arm64 | 1.5.2 | 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 | 100.00 | 108.00 | OK |
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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc