R version 4.4.0 RC (2024-04-16 r86435 ucrt) -- "Puppy Cup" Copyright (C) 2024 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(ARUtools) > > test_check("ARUtools") [ FAIL 0 | WARN 0 | SKIP 8 | PASS 490 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-08_selections.R:27:3', 'test-08_selections.R:91:3', 'test-08_selections.R:176:3', 'test-10_clean_logs.R:29:3', 'test-10_clean_logs.R:61:3' • SoX not available (1): 'test-07_wave_files.R:193:3' • interactive() is not TRUE (2): 'test-play_random_song.R:2:3', 'test-play_random_song.R:17:3' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 490 ] Deleting unused snapshots: • 08_selections/sim-selection-weights2.svg • 08_selections/sim-selection-weights3.svg > > proc.time() user system elapsed 36.37 4.76 41.51