R Under development (unstable) (2023-10-06 r85276 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(cfda) 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 Loading required package: ggplot2 INFO: Since cfda 0.11, the computing method of compute_optimal_encoding function has changed. To use the former one, add the argument: method='parallel' > > test_check("cfda") [ FAIL 0 | WARN 1 | SKIP 12 | PASS 355 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test.bootstrap.R:157:3', 'test.bootstrap.R:209:3', 'test.encoding.R:39:3', 'test.encoding.R:89:3', 'test.encoding.R:145:3', 'test.encoding.R:187:3', 'test.encoding.R:235:3', 'test.encoding.R:395:1', 'test.encoding0columnManagement.R:147:3', 'test.encoding0columnManagement.R:178:3', 'test.encoding0columnManagement.R:270:3', 'test.predict.R:5:1' [ FAIL 0 | WARN 1 | SKIP 12 | PASS 355 ] > > proc.time() user system elapsed 72.09 6.10 78.23