- using R Under development (unstable) (2026-09-11 r90528)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16.2.0-1) 16.2.0
GNU Fortran (Debian 16.2.0-1) 16.2.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-09-12 17:54:59 UTC
- checking for file ‘ruminate/DESCRIPTION’ ... OK
- this is package ‘ruminate’ version ‘0.3.2’
- 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 whether package ‘ruminate’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... 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 ... [3s/4s] OK
- checking whether the package can be loaded with stated dependencies ... [2s/3s] OK
- checking whether the package can be unloaded cleanly ... [3s/3s] OK
- checking whether the namespace can be loaded with stated dependencies ... [2s/2s] OK
- checking whether the namespace can be unloaded cleanly ... [2s/2s] OK
- checking loading without being on the library search path ... [2s/3s] OK
- checking whether startup messages can be suppressed ... [3s/3s] 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 ... [29s/37s] 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 installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [105s/142s] OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
NCA_fetch_current_obj 5.488 0.172 8.155
mk_table_ind_obs 5.219 0.079 6.770
mk_figure_ind_obs 5.126 0.118 6.981
NCA_append_report 4.131 0.233 5.733
NCA_fetch_ana_ds 4.245 0.089 5.674
run_nca_components 4.262 0.059 5.647
NCA_find_col 3.883 0.038 5.863
NCA_new_ana 3.808 0.075 5.391
NCA_set_current_ana 3.798 0.022 5.504
NCA_fetch_code 3.684 0.103 5.031
NCA_mkactive_ana 3.627 0.098 5.041
nca_builder 3.644 0.039 5.008
NCA_mk_preload 3.464 0.133 5.262
NCA_test_mksession 3.481 0.031 5.079
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [19s/27s] ERROR
Running ‘testthat.R’ [19s/27s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(ruminate)
Loading ruminate
>
> test_check("ruminate")
Saving _problems/test-fetch_rxinfo-50.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 24 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-fetch_rxinfo.R:47:5'): (code run outside of `test_that()`) ─────
Error in `rbind(deparse.level, ...)`: numbers of columns of arguments do not match
Backtrace:
▆
1. ├─base::suppressMessages(...) at test-fetch_rxinfo.R:46:3
2. │ └─base::withCallingHandlers(...)
3. ├─rxode2::model(...) at test-fetch_rxinfo.R:47:5
4. ├─rxode2::model(...)
5. └─rxode2:::model.rxUi(...)
6. └─rxode2::.modelHandleModelLines(...)
7. └─rxode2:::.addVariableToIniDf(...)
8. ├─base::assign("iniDf", rbind(.iniDf, .extra), envir = rxui)
9. └─base::rbind(.iniDf, .extra)
10. └─base::rbind(deparse.level, ...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 24 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [6s/10s] OK
- checking PDF version of manual ... [7s/12s] OK
- checking HTML version of manual ... [2s/3s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR