R Under development (unstable) (2024-10-07 r87211 ucrt) -- "Unsuffered Consequences" 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") Extracting Dates and Times... ! Omitted 1 extra, non-json/GPS files ! Detected 2 log files [ FAIL 0 | WARN 0 | SKIP 6 | PASS 568 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-08_selections.R:27:3', 'test-08_selections.R:91:3', 'test-08_selections.R:198: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' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 568 ] Deleting unused snapshots: • 08_selections/sim-selection-weights2.svg • 08_selections/sim-selection-weights3.svg > > proc.time() user system elapsed 28.26 3.04 32.10