* using log directory ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/saeSim.Rcheck’ * using R Under development (unstable) (2025-07-15 r88411) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc-14 (Debian 14.2.0-19) 14.2.0 GNU Fortran (Debian 14.2.0-19) 14.2.0 * running under: Debian GNU/Linux 13 (trixie) * using session charset: UTF-8 * checking for file ‘saeSim/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘saeSim’ version ‘0.11.0’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [1s/1s] 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 ‘saeSim’ can be installed ... OK See 'https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-gcc/saeSim-00install.html' 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 ... [2s/2s] OK * checking whether the package can be loaded with stated dependencies ... [2s/2s] OK * checking whether the package can be unloaded cleanly ... [2s/2s] OK * checking whether the namespace can be loaded with stated dependencies ... [2s/2s] OK * checking whether the namespace can be unloaded cleanly ... [2s/3s] OK * checking loading without being on the library search path ... [2s/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 ... [11s/13s] OK * checking Rd files ... [0s/0s] NOTE checkRd: (-1) sim_setup_preconfigured.Rd:24: Lost braces in \itemize; meant \describe ? checkRd: (-1) sim_setup_preconfigured.Rd:25: Lost braces in \itemize; meant \describe ? checkRd: (-1) sim_setup_preconfigured.Rd:26: Lost braces in \itemize; meant \describe ? checkRd: (-1) sim_setup_preconfigured.Rd:27: Lost braces in \itemize; meant \describe ? checkRd: (-1) sim_setup_preconfigured.Rd:28: Lost braces in \itemize; meant \describe ? checkRd: (-1) sim_setup_preconfigured.Rd:29: Lost braces in \itemize; meant \describe ? checkRd: (-1) sim_setup_preconfigured.Rd:30: Lost braces in \itemize; meant \describe ? checkRd: (-1) sim_setup_preconfigured.Rd:31: Lost braces in \itemize; meant \describe ? * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: sim.Rd: parallelStart, parallelLibrary, parallelExport Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. * 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 ... [5s/8s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [16s/19s] ERROR Running ‘test-all.R’ [16s/18s] Running the tests in ‘tests/test-all.R’ failed. Complete output: > library(testthat) > library(saeSim) > > test_check("saeSim") # A data frame: 100 × 3 idD x e * 1 1 0.637 0.202 2 2 -0.782 -0.197 3 3 0.404 -0.117 4 4 0.438 -0.339 5 5 0.243 0.441 6 6 0.418 -0.243 # ℹ 94 more rows [[1]] [1] 1 [[1]] [1] 1 [ FAIL 1 | WARN 252 | SKIP 0 | PASS 135 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-select_cont.R:13:3'): select_cont ──────────────────────────── sum(select_cont(dat1, 0.5, "unit", NULL, TRUE)$e == 0) > 0 is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 1 | WARN 252 | SKIP 0 | PASS 135 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [5s/7s] OK * checking PDF version of manual ... [4s/5s] OK * checking HTML version of manual ... [1s/1s] OK * checking for non-standard things in the check directory ... OK * DONE Status: 1 ERROR, 2 NOTEs