R Under development (unstable) (2026-01-28 r89344 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(vascr) > > test_check("vascr") [ FAIL 0 | WARN 0 | SKIP 86 | PASS 6 ] ══ Skipped tests (86) ══════════════════════════════════════════════════════════ • On CRAN (85): 'test-import_instrument_data.R:3:1', 'test-import_instrument_data.R:21:1', 'test-import_instrument_data.R:34:3', 'test-transformation.R:4:1', 'test-transformation.R:36:1', 'test-transformation.R:40:1', 'test-transformation.R:54:1', 'test-transformation.R:63:1', 'test-transformation.R:68:1', 'test-transformation.R:74:1', 'test-transformation.R:80:1', 'test-transformation.R:86:1', 'test-transformation.R:94:1', 'test-transformation.R:100:1', 'test-transformation.R:108:1', 'test-utilities.R:1:1', 'test-vascr_anova.R:9:1', 'test-vascr_anova.R:17:1', 'test-vascr_anova.R:22:1', 'test-vascr_anova.R:26:1', 'test-vascr_anova.R:30:1', 'test-vascr_anova.R:34:1', 'test-vascr_anova.R:39:1', 'test-vascr_anova.R:50:1', 'test-vascr_anova.R:56:1', 'test-vascr_anova.R:62:1', 'test-vascr_anova.R:68:1', 'test-vascr_anova.R:79:1', 'test-vascr_anova.R:88:1', 'test-vascr_anova.R:96:1', 'test-vascr_anova.R:101:1', 'test-vascr_anova.R:115:1', 'test-vascr_checks.R:1:1', 'test-vascr_checks.R:23:1', 'test-vascr_checks.R:38:1', 'test-vascr_checks.R:49:1', 'test-vascr_combine.R:2:1', 'test-vascr_cross_correlation.R:1:1', 'test-vascr_export.R:1:1', 'test-vascr_find.R:1:1', 'test-vascr_find.R:12:1', 'test-vascr_find.R:21:1', 'test-vascr_find.R:31:1', 'test-vascr_find.R:42:1', 'test-vascr_find.R:51:1', 'test-vascr_find.R:65:1', 'test-vascr_find.R:81:1', 'test-vascr_find.R:87:1', 'test-vascr_find.R:93:1', 'test-vascr_find.R:105:1', 'test-vascr_find.R:122:1', 'test-vascr_find.R:134:3', 'test-vascr_find.R:181:1', 'test-vascr_find.R:202:1', 'test-vascr_find.R:210:1', 'test-vascr_find.R:230:1', 'test-vascr_find.R:240:1', 'test-vascr_find.R:244:1', 'test-vascr_find.R:248:1', 'test-vascr_find.R:256:1', 'test-vascr_find.R:261:1', 'test-vascr_find.R:268:1', 'test-vascr_find.R:276:1', 'test-vascr_find.R:282:3', 'test-vascr_graphics.R:3:1', 'test-vascr_graphics.R:16:1', 'test-vascr_graphics.R:33:1', 'test-vascr_graphics.R:45:3', 'test-vascr_graphics.R:57:5', 'test-vascr_graphics.R:69:7', 'test-vascr_graphics.R:88:7', 'test-vascr_graphics.R:103:7', 'test-vascr_graphics.R:115:7', 'test-vascr_import_sciospec.R:1:1', 'test-vascr_naming.R:22:14', 'test-vascr_naming.R:43:1', 'test-vascr_naming.R:48:1', 'test-vascr_naming.R:56:1', 'test-vascr_naming.R:61:1', 'test-vascr_naming.R:65:1', 'test-vascr_naming.R:162:1', 'test-vascr_naming.R:168:1', 'test-vascr_save.R:1:1', 'test-vascr_stretch_shift.R:6:1', 'test-vascr_subset.R:3:1' • empty test (1): 'test-vascr_anova.R:44:1' [ FAIL 0 | WARN 0 | SKIP 86 | PASS 6 ] Deleting unused snapshots: 'vascr_find/alpha.svg', 'vascr_find/c.svg', 'vascr_find/ccl.svg', 'vascr_find/ci.svg', 'vascr_find/cm.svg', 'vascr_find/cpe-a.svg', 'vascr_find/cpe-n.svg', 'vascr_find/drift.svg', 'vascr_find/p.svg', 'vascr_find/r.svg', 'vascr_find/rb.svg', 'vascr_find/rmed.svg', 'vascr_find/rmse.svg', 'vascr_find/ter.svg', 'vascr_find/x.svg', and 'vascr_find/z.svg' > > proc.time() user system elapsed 104.75 3.93 108.70