R Under development (unstable) (2023-08-12 r84939 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(spiro) > > test_check("spiro") load step time VO2 VCO2 RR VT VE HR PetO2 PetCO2 VO2_rel VCO2_rel RE RER CHO 1 0 0 1 NA NA NA NA NA NA NA NA NA NA NA NA NA FO add 1 NA new for pre-measures, interval was set to length of measures (60 seconds) for step 23, interval was set to length of step (10 seconds) for load steps, interval was set to 30 seconds for step 23, interval was set to length of step (10 seconds) for load steps, interval was set to 30 seconds Last step was excluded from summary calculation due to termination of the test For heart rate data, smoothing was based on interpolated values. For heart rate data, smoothing was based on interpolated values. [ FAIL 0 | WARN 0 | SKIP 20 | PASS 56 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test-add_hr.R:5:3', 'test-add_protocol.R:27:3', 'test-add_protocol.R:35:3', 'test-spiro.R:22:3', 'test-spiro_get.R:16:3', 'test-spiro_get.R:25:3', 'test-spiro_get.R:32:3', 'test-spiro_smooth.R:44:3', 'test-spiro_smooth.R:50:3', 'test-spiro_smooth.R:63:3', 'test-spiro_smooth.R:70:3', 'test-spiro_smooth.R:77:3', 'test-spiro_summary.R:5:3', 'test-spiro_summary.R:12:3', 'test-spiro_summary.R:26:3', 'test_spiro_max.R:7:3', 'test_spiro_max.R:20:3', 'test_spiro_plot.R:25:3', 'test_spiro_plot.R:32:3', 'test_spiro_plot.R:40:3' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 56 ] Deleting unused snapshots: • spiro_plot/bsmooth.svg • spiro_plot/color.svg • spiro_plot/grid.svg • spiro_plot/hr.svg • spiro_plot/theme.svg • spiro_plot/tsmooth.svg • spiro_plot/vertline.svg > > proc.time() user system elapsed 20.78 1.45 22.23