- using R Under development (unstable) (2026-03-15 r89634)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 21.1.8 (3+b1)
Debian flang version 21.1.8 (3+b1)
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-03-17 06:49:20 UTC
- checking for file ‘ravepipeline/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘ravepipeline’ version ‘0.0.3’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [2s/3s] OK
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘ravepipeline’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/2s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the package can be unloaded cleanly ... [1s/2s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/2s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking whether startup messages can be suppressed ... [1s/2s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [24s/30s] OK
- checking Rd files ... [1s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking examples ... [3s/5s] 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 1028501 483
>
> 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
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [13s/18s] OK
Running ‘testthat.R’ [13s/17s]
- checking PDF version of manual ... [6s/9s] OK
- checking HTML version of manual ... [5s/7s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR