CRAN Package Check Results for Package spider

Last updated on 2026-06-04 18:50:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.2 4.66 58.59 63.25 OK
r-devel-linux-x86_64-debian-gcc 1.5.2 2.36 42.22 44.58 ERROR
r-devel-linux-x86_64-fedora-clang 1.5.2 8.00 90.21 98.21 OK
r-devel-linux-x86_64-fedora-gcc 1.5.2 8.00 91.11 99.11 OK
r-devel-windows-x86_64 1.5.2 7.00 91.00 98.00 OK
r-patched-linux-x86_64 1.5.2 5.58 52.42 58.00 OK
r-release-linux-x86_64 1.5.2 3.92 53.62 57.54 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 91.00 97.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 9.00 98.00 107.00 OK

Check Details

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-gcc