CRAN Package Check Results for Package ravepipeline

Last updated on 2026-03-15 20:51:52 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.3 14.34 86.52 100.86 OK
r-devel-linux-x86_64-debian-gcc 0.0.3 9.32 59.37 68.69 ERROR
r-devel-linux-x86_64-fedora-clang 0.0.3 25.00 128.93 153.93 OK
r-devel-linux-x86_64-fedora-gcc 0.0.3 26.00 133.43 159.43 OK
r-devel-macos-arm64 0.0.3 3.00 21.00 24.00 OK
r-devel-windows-x86_64 0.0.3 18.00 105.00 123.00 OK
r-patched-linux-x86_64 0.0.3 13.35 76.51 89.86 OK
r-release-linux-x86_64 0.0.3 11.33 75.04 86.37 OK
r-release-macos-arm64 0.0.3 OK
r-release-macos-x86_64 0.0.3 10.00 74.00 84.00 OK
r-release-windows-x86_64 0.0.3 18.00 101.00 119.00 OK
r-oldrel-macos-arm64 0.0.3 OK
r-oldrel-macos-x86_64 0.0.3 10.00 75.00 85.00 OK
r-oldrel-windows-x86_64 0.0.3 25.00 128.00 153.00 OK

Check Details

Version: 0.0.3
Check: examples
Result: ERROR Running examples in ‘ravepipeline-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: rave-serialize-refhook > ### Title: Serialization reference hook generic functions > ### Aliases: rave-serialize-refhook rave_serialize_refhook > ### rave_serialize_impl rave_serialize_impl.default > ### rave_serialize_impl.RAVESerializable rave_serialize_impl.rave-brain > ### rave_unserialize_refhook rave_unserialize_impl > ### rave_unserialize_impl.default rave_unserialize_impl.rave_serialized > ### rave_unserialize_impl.rave_serialized_r6 > ### rave_unserialize_impl.rave_serialized_rave-brain > > ### ** Examples > > > # This example requires additional `filearray` package > # If you are an RAVE user (installed RAVE via rave.wiki) > # then this package was installed > > x0 <- array(rnorm(240000), c(200, 300, 4)) > x1 <- filearray::as_filearray(x0) > x2 <- RAVEFileArray$new(x1, temporary = TRUE) > > r0 <- serialize(x0, NULL, refhook = rave_serialize_refhook) > r1 <- serialize(x1, NULL, refhook = rave_serialize_refhook) > r2 <- serialize(x2, NULL, refhook = rave_serialize_refhook) > > # Compare the serialization sizes > c(length(r0), length(r1), length(r2)) [1] 1920074 1028476 462 > > y0 <- unserialize(r0, refhook = rave_unserialize_refhook) > y1 <- unserialize(r1, refhook = rave_unserialize_refhook) > y2 <- unserialize(r2, refhook = rave_unserialize_refhook) > > all(y0 == x0) [1] TRUE > all(y1[] == x0) Error in fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, : argument "tmp" is missing, with no default Calls: [ -> [.FileArray -> fa_subset1 Execution halted Flavor: r-devel-linux-x86_64-debian-gcc