R Under development (unstable) (2026-01-15 r89304 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. > library(testthat) > library(rofanova) Loading required package: fda.usc Loading required package: fda Loading required package: splines Loading required package: fds Loading required package: rainbow Loading required package: MASS Loading required package: pcaPP Loading required package: RCurl Loading required package: deSolve Attaching package: 'fda' The following object is masked from 'package:graphics': matplot The following object is masked from 'package:datasets': gait Loading required package: mgcv Loading required package: nlme This is mgcv 1.9-4. For overview type '?mgcv'. Loading required package: knitr fda.usc is running sequentially usign foreach package Please, execute ops.fda.usc() once to run in local parallel mode Deprecated functions: min.basis, min.np, anova.hetero, anova.onefactor, anova.RPm New functions: optim.basis, optim.np, fanova.hetero, fanova.onefactor, fanova.RPm ---------------------------------------------------------------------------------- Loading required package: robustbase > > test_check("rofanova") [1] "Simulated data one-way surface" [1] "One-way bivariate RoFANOVA" [1] "One-way bivariate RoFANOVA" [1] "One-way bivariate RoFANOVA" [1] "One-way bivariate RoFANOVA" [1] "One-way bivariate RoFANOVA" [1] "Simulated data Two-way surface" [1] "Two-way bivariate RoFANOVA" [1] "Two-way bivariate RoFANOVA" [1] "Two-way bivariate RoFANOVA" [1] "Two-way bivariate RoFANOVA" [1] "Two-way bivariate RoFANOVA" [1] "Simulated data one-way" [1] "Simulated data one-way surface" [1] "Simulated data one-way" [1] "Simulated data one-way surface" [1] "Simulated data one-way" [1] "One-way RoFANOVA" [1] "One-way RoFANOVA" [1] "One-way RoFANOVA" [1] "One-way RoFANOVA" [1] "One-way RoFANOVA" [1] "Simulated data Two-way" [1] "Two-way RoFANOVA" [1] "Two-way RoFANOVA" [1] "Two-way RoFANOVA" [1] "Two-way RoFANOVA" [1] "Two-way RoFANOVA" [ FAIL 0 | WARN 0 | SKIP 3 | PASS 0 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • empty test (3): , , [ FAIL 0 | WARN 0 | SKIP 3 | PASS 0 ] > > proc.time() user system elapsed 64.93 7.10 72.17