R Under development (unstable) (2026-01-09 r89293 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # Run tests for fdars package > 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 ] 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 0 | WARN 1 | SKIP 2 | PASS 1280 ] ══ 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' [ FAIL 0 | WARN 1 | SKIP 2 | PASS 1280 ] > > proc.time() user system elapsed 46.73 4.25 22.14