R Under development (unstable) (2026-02-01 r89366 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 testthat setup. > # It is run by R CMD check to run all tests. > > library(testthat) > library(raveR) > > test_check("raveR") Exported WAV: D:\temp\2026_02_02_22_30_16_21522\RtmpQfLfQS\file3bac3e387f2f.wav Exported MP3: D:\temp\2026_02_02_22_30_16_21522\RtmpQfLfQS\file3bac21f23704.mp3 (bitrate: 192 kbps) Exported WAV: D:\temp\2026_02_02_22_30_16_21522\RtmpQfLfQS\file3bac67c35cb3.wav Exported WAV: D:\temp\2026_02_02_22_30_16_21522\RtmpQfLfQS\file3bac417a97f.wav Exported WAV: D:\temp\2026_02_02_22_30_16_21522\RtmpQfLfQS\file3bac5085569f.wav Exported WAV: D:\temp\2026_02_02_22_30_16_21522\RtmpQfLfQS\file3bac62da4bc1.wav Exported WAV: D:\temp\2026_02_02_22_30_16_21522\RtmpQfLfQS\file3bac5a43e3b.wav Exported WAV: D:\temp\2026_02_02_22_30_16_21522\RtmpQfLfQS\file3bac13c57187.wav Exported WAV: D:\temp\2026_02_02_22_30_16_21522\RtmpQfLfQS\file3bac5b543f23.wav Exported WAV: D:\temp\2026_02_02_22_30_16_21522\RtmpQfLfQS\file3bac339546b9.wav Exported MP3: D:\temp\2026_02_02_22_30_16_21522\RtmpQfLfQS\file3bac18c72ce.mp3 (bitrate: 192 kbps) Exported MP3: D:\temp\2026_02_02_22_30_16_21522\RtmpQfLfQS\file3bac42771de1.mp3 (bitrate: 192 kbps) Exported MP3: D:\temp\2026_02_02_22_30_16_21522\RtmpQfLfQS\file3bac42cc395d.mp3 (bitrate: 96 kbps) Exported MP3: D:\temp\2026_02_02_22_30_16_21522\RtmpQfLfQS\file3bac77cf17bc.mp3 (bitrate: 320 kbps) Script updated - will transition after current loop Script updated - will transition after current loop [ FAIL 0 | WARN 18 | SKIP 10 | PASS 737 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • Audio playback not available (headless server) (9): 'test-api.R:206:3', 'test-api.R:238:3', 'test-api.R:265:3', 'test-api.R:300:3', 'test-live.R:293:3', 'test-live.R:312:3', 'test-live.R:327:3', 'test-live.R:343:3', 'test-live.R:364:3' • FFmpeg is available (testing without FFmpeg) (1): 'test-export.R:126:3' [ FAIL 0 | WARN 18 | SKIP 10 | PASS 737 ] > > proc.time() user system elapsed 305.42 50.25 355.67