R Under development (unstable) (2025-12-13 r89166 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(ReVAMP) > > test_check("ReVAMP") Failed to open file: D:\temp\2025_12_14_22_10_16_542\RtmpQ5pZU1\file7d5c7a676430.wav Not a RIFF file [ FAIL 0 | WARN 0 | SKIP 20 | PASS 25 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • No frequency domain plugins available for testing (1): 'test-block-step-size.R:234:5' • No plugins available (6): 'test-file-input.R:7:3', 'test-plugin-discovery.R:34:3', 'test-plugin-execution.R:18:3', 'test-plugin-execution.R:49:3', 'test-plugin-execution.R:74:3', 'test-plugin-execution.R:104:3' • No plugins available for testing (3): 'test-all-plugins.R:249:7', 'test-all-plugins.R:316:7', 'test-block-step-size.R:166:7' • No plugins installed (1): 'test-all-plugins.R:8:3' • Should find plugins in default paths (1): 'test-vamp-path.R:12:3' • Should find plugins with custom VAMP_PATH (1): 'test-vamp-path.R:62:3' • empty test (1): 'test-plugin-discovery.R:16:1' • length(test_plugin) == 0 || is.na(test_plugin) is TRUE (3): 'test-verbose.R:17:3', 'test-verbose.R:53:3', 'test-verbose.R:82:3' • vamp-example-plugins:amplitudefollower not available (3): 'test-block-step-size.R:29:5', 'test-block-step-size.R:69:5', 'test-block-step-size.R:122:5' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 25 ] > > proc.time() user system elapsed 1.25 0.21 1.46