R Under development (unstable) (2026-01-07 r89288 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") Ignoring unknown labels: * weight : "Other note" Ignoring unknown labels: * weight : "Other note" [ FAIL 0 | WARN 1 | SKIP 84 | PASS 5 ] ══ Skipped tests (84) ══════════════════════════════════════════════════════════ • On CRAN (82): '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-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:44: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:114:1', 'test-vascr_checks.R:1:1', 'test-vascr_checks.R:23:1', 'test-vascr_checks.R:38: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:79:1', 'test-vascr_find.R:85:1', 'test-vascr_find.R:91:1', 'test-vascr_find.R:103:1', 'test-vascr_find.R:120:1', 'test-vascr_find.R:129:1', 'test-vascr_find.R:178:1', 'test-vascr_find.R:199:1', 'test-vascr_find.R:207:1', 'test-vascr_find.R:227:1', 'test-vascr_find.R:237:1', 'test-vascr_find.R:241:1', 'test-vascr_find.R:245:1', 'test-vascr_find.R:253:1', 'test-vascr_find.R:258:1', 'test-vascr_find.R:265:1', '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 (2): 'test-vascr_shiny.R:1:1', 'test-vascr_shiny2.R:1:1' [ FAIL 0 | WARN 1 | SKIP 84 | PASS 5 ] > > proc.time() user system elapsed 183.43 7.25 198.06