R Under development (unstable) (2025-04-19 r88162 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(puls) > > test_check("puls") 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 'y' is missing, using 'argvals' 'argvals' is missing; using seq( 0 , 1 , length= 20 ) 'y' is missing, using 'argvals' 'argvals' is missing; using seq( 0 , 1 , length= 20 ) Attaching package: 'fda' The following object is masked from 'package:graphics': matplot The following object is masked from 'package:datasets': gait Attaching package: 'fda' The following object is masked from 'package:graphics': matplot The following object is masked from 'package:datasets': gait Attaching package: 'fda' The following object is masked from 'package:graphics': matplot The following object is masked from 'package:datasets': gait Attaching package: 'fda' The following object is masked from 'package:graphics': matplot The following object is masked from 'package:datasets': gait [ FAIL 0 | WARN 0 | SKIP 6 | PASS 16 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-ggwave.R:4:3', 'test-plot.puls.R:4:3', 'test-print.puls.R:30:3', 'test-puls.R:46:3', 'test-puls.R:55:3', 'test-puls.R:66:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 16 ] > > proc.time() user system elapsed 6.29 1.35 7.65