* using log directory ‘/srv/hornik/tmp/CRAN_pretest/fdars.Rcheck’ * using R Under development (unstable) (2026-02-28 r89499) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 21.1.8 (1+b1) Debian flang version 21.1.8 (1+b1) * running under: Debian GNU/Linux forky/sid * using session charset: UTF-8 * current time: 2026-02-28 19:20:06 UTC * checking for file ‘fdars/DESCRIPTION’ ... OK * this is package ‘fdars’ version ‘0.3.3’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [4s/5s] NOTE Maintainer: ‘Simon Müller ’ New submission Possibly misspelled words in DESCRIPTION: Ferraty (12:60) Silverman (11:41) Vieu (13:5) * 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 ‘fdars’ can be installed ... [207s/111s] OK * used C compiler: ‘Debian clang version 21.1.8 (3+b1)’ * 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 ... [1s/1s] OK * checking whether the package can be loaded with stated dependencies ... [1s/1s] OK * checking whether the package can be unloaded cleanly ... [1s/1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK * checking whether the namespace can be unloaded cleanly ... [1s/1s] OK * checking loading without being on the library search path ... [1s/1s] OK * checking whether startup messages can be suppressed ... [1s/1s] 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 ... [12s/12s] 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 line endings in shell scripts ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK * checking pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... OK * checking Rust compilation ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [22s/18s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [20s/18s] ERROR Running ‘testthat.R’ [20s/18s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # Run tests for fdars package > # Limit Rust parallelism to avoid CRAN CPU time NOTE > Sys.setenv(RAYON_NUM_THREADS = "2") > > library(testthat) > library(fdars) Attaching package: 'fdars' The following objects are masked from 'package:stats': cov, decompose, deriv, median, sd, var The following object is masked from 'package:base': norm > > test_check("fdars") Summary of Irregular Functional Data ===================================== Number of observations: 2 Observation points per curve: Min. 1st Qu. Median Mean 3rd Qu. Max. 3.0 3.5 4.0 4.0 4.5 5.0 Value summary: Min. 1st Qu. Median Mean 3rd Qu. Max. 1.00 2.75 4.50 4.50 6.25 8.00 Domain: [ 0 , 1 ] Saving _problems/test-validation-depth-83.R Functional data summary ======================= Type: 1D (curve) Number of observations: 10 Number of evaluation points: 10 Data range: Min: -3.017933 Max: 2.223534 Mean: -0.08674723 SD: 0.9755756 [ FAIL 1 | WARN 1 | SKIP 2 | PASS 1723 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • Bootstrap test unexpectedly high p-value (1): 'test-tests.R:64:3' • fda.usc L1 norm uses different integration method (1): 'test-validation-fdata.R:97:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-validation-depth.R:83:3'): depth with method='RP' produces valid depths ── Expected `all_dists[deepest_idx] < quantile(all_dists, 0.9)` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE [ FAIL 1 | WARN 1 | SKIP 2 | PASS 1723 ] Error: ! Test failures. Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [8s/7s] OK * checking PDF version of manual ... [6s/6s] OK * checking HTML version of manual ... [7s/7s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 1 NOTE