CRAN Package Check Results for Package sonicscrewdriver

Last updated on 2026-04-13 11:58:07 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.7 15.28 151.92 167.20 ERROR
r-devel-linux-x86_64-debian-gcc 0.0.7 8.84 107.85 116.69 ERROR
r-devel-linux-x86_64-fedora-clang 0.0.7 20.00 144.36 164.36 ERROR
r-devel-linux-x86_64-fedora-gcc 0.0.7 23.00 270.55 293.55 ERROR
r-devel-macos-arm64 0.0.7 3.00 56.00 59.00 ERROR
r-devel-windows-x86_64 0.0.7 17.00 165.00 182.00 ERROR
r-patched-linux-x86_64 0.0.7 14.18 140.18 154.36 ERROR
r-release-linux-x86_64 0.0.7 14.69 132.79 147.48 ERROR
r-release-macos-arm64 0.0.7 ERROR
r-release-macos-x86_64 0.0.7 8.00 217.00 225.00 NOTE
r-release-windows-x86_64 0.0.7 16.00 0.00 16.00 ERROR
r-oldrel-macos-arm64 0.0.7 3.00 58.00 61.00 ERROR
r-oldrel-macos-x86_64 0.0.7 9.00 185.00 194.00 OK
r-oldrel-windows-x86_64 0.0.7 24.00 196.00 220.00 ERROR

Check Details

Version: 0.0.7
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘soundSpeed.Rd’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 0.0.7
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [20s/27s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(sonicscrewdriver) Attaching package: 'sonicscrewdriver' The following object is masked from 'package:base': jitter > > test_check("sonicscrewdriver") starting worker pid=517250 on localhost:11954 at 09:52:33.954 starting worker pid=517255 on localhost:11954 at 09:52:33.980 starting worker pid=517306 on localhost:11954 at 09:52:34.260 starting worker pid=517311 on localhost:11954 at 09:52:34.296 starting worker pid=517363 on localhost:11954 at 09:52:34.509 starting worker pid=517368 on localhost:11954 at 09:52:34.537 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 starting worker pid=518232 on localhost:11954 at 09:52:37.616 starting worker pid=518259 on localhost:11954 at 09:52:37.648 This is a mono file. This is a mono file. Calculating index. Please wait... Calculating index. Please wait... Bioacoustic Index: 10.97174 Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: Acoustic Evenness Index: 0.9 0.9 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 Acoustic Diversity Index: 0 Saving _problems/test-audioblastProcessors-7.R starting worker pid=522588 on localhost:11954 at 07:52:50.833 starting worker pid=522611 on localhost:11954 at 07:52:50.857 starting worker pid=522797 on localhost:11954 at 07:52:51.575 starting worker pid=522798 on localhost:11954 at 07:52:51.605 starting worker pid=522975 on localhost:11954 at 07:52:52.365 starting worker pid=522978 on localhost:11954 at 07:52:52.413 [ FAIL 1 | WARN 0 | SKIP 7 | PASS 833 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-audioblast.R:2:3', 'test-audioblast.R:15:3', 'test-audioblast.R:30:3', 'test-audioblast.R:47:3', 'test-audioblast.R:68:3' • ssd_birdnet not available for testing (2): 'test-birdnetReticulate.R:14:3', 'test-birdnetReticulate.R:20:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-audioblastProcessors.R:2:3'): ab_diel_traits with real data ──── Error in `.audioblast_ASITSN(type, name, endpoint)`: traits module does not exist. Backtrace: ▆ 1. └─sonicscrewdriver::audioblast(...) at test-audioblastProcessors.R:2:3 2. └─sonicscrewdriver:::.audioblast_ASITSN(type, name, endpoint) [ FAIL 1 | WARN 0 | SKIP 7 | PASS 833 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.0.7
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [15s/18s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(sonicscrewdriver) Attaching package: 'sonicscrewdriver' The following object is masked from 'package:base': jitter > > test_check("sonicscrewdriver") starting worker pid=1070801 on localhost:11033 at 19:13:11.849 starting worker pid=1070818 on localhost:11033 at 19:13:11.873 starting worker pid=1071114 on localhost:11033 at 19:13:12.100 starting worker pid=1071154 on localhost:11033 at 19:13:12.128 starting worker pid=1071341 on localhost:11033 at 19:13:12.337 starting worker pid=1071361 on localhost:11033 at 19:13:12.354 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 starting worker pid=1073972 on localhost:11033 at 19:13:14.464 starting worker pid=1074024 on localhost:11033 at 19:13:14.505 This is a mono file. This is a mono file. Calculating index. Please wait... Calculating index. Please wait... Bioacoustic Index: 10.97174 Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 Acoustic Diversity Index: 0 Saving _problems/test-audioblastProcessors-7.R starting worker pid=1082673 on localhost:11033 at 17:13:22.488 starting worker pid=1082756 on localhost:11033 at 17:13:22.552 starting worker pid=1084097 on localhost:11033 at 17:13:23.725 starting worker pid=1084124 on localhost:11033 at 17:13:23.761 starting worker pid=1084768 on localhost:11033 at 17:13:24.189 starting worker pid=1084852 on localhost:11033 at 17:13:24.249 [ FAIL 1 | WARN 0 | SKIP 7 | PASS 833 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-audioblast.R:2:3', 'test-audioblast.R:15:3', 'test-audioblast.R:30:3', 'test-audioblast.R:47:3', 'test-audioblast.R:68:3' • ssd_birdnet not available for testing (2): 'test-birdnetReticulate.R:14:3', 'test-birdnetReticulate.R:20:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-audioblastProcessors.R:2:3'): ab_diel_traits with real data ──── Error in `.audioblast_ASITSN(type, name, endpoint)`: traits module does not exist. Backtrace: ▆ 1. └─sonicscrewdriver::audioblast(...) at test-audioblastProcessors.R:2:3 2. └─sonicscrewdriver:::.audioblast_ASITSN(type, name, endpoint) [ FAIL 1 | WARN 0 | SKIP 7 | PASS 833 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.7
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [24s/24s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(sonicscrewdriver) Attaching package: 'sonicscrewdriver' The following object is masked from 'package:base': jitter > > test_check("sonicscrewdriver") starting worker pid=401942 on localhost:11934 at 10:11:01.008 starting worker pid=401945 on localhost:11934 at 10:11:01.033 starting worker pid=401953 on localhost:11934 at 10:11:01.274 starting worker pid=401954 on localhost:11934 at 10:11:01.291 starting worker pid=401955 on localhost:11934 at 10:11:01.528 starting worker pid=401956 on localhost:11934 at 10:11:01.547 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 starting worker pid=401999 on localhost:11934 at 10:11:05.007 starting worker pid=402000 on localhost:11934 at 10:11:05.025 This is a mono file. This is a mono file. Calculating index. Please wait... Calculating index. Please wait... Bioacoustic Index: 10.97174 Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: Acoustic Evenness Index: 0.9 0.9 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 Saving _problems/test-audioblastProcessors-7.R starting worker pid=402829 on localhost:11934 at 09:11:13.598 starting worker pid=402830 on localhost:11934 at 09:11:13.632 starting worker pid=402839 on localhost:11934 at 09:11:14.159 starting worker pid=402850 on localhost:11934 at 09:11:14.189 starting worker pid=402877 on localhost:11934 at 09:11:14.744 starting worker pid=402878 on localhost:11934 at 09:11:14.774 [ FAIL 1 | WARN 0 | SKIP 7 | PASS 833 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-audioblast.R:2:3', 'test-audioblast.R:15:3', 'test-audioblast.R:30:3', 'test-audioblast.R:47:3', 'test-audioblast.R:68:3' • ssd_birdnet not available for testing (2): 'test-birdnetReticulate.R:14:3', 'test-birdnetReticulate.R:20:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-audioblastProcessors.R:2:3'): ab_diel_traits with real data ──── Error in `.audioblast_ASITSN(type, name, endpoint)`: traits module does not exist. Backtrace: ▆ 1. └─sonicscrewdriver::audioblast(...) at test-audioblastProcessors.R:2:3 2. └─sonicscrewdriver:::.audioblast_ASITSN(type, name, endpoint) [ FAIL 1 | WARN 0 | SKIP 7 | PASS 833 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.0.7
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [60s/84s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(sonicscrewdriver) Attaching package: 'sonicscrewdriver' The following object is masked from 'package:base': jitter > > test_check("sonicscrewdriver") starting worker pid=3081625 on localhost:11002 at 07:56:26.906 starting worker pid=3081630 on localhost:11002 at 07:56:26.932 starting worker pid=3081667 on localhost:11002 at 07:56:27.252 starting worker pid=3081673 on localhost:11002 at 07:56:27.288 starting worker pid=3081706 on localhost:11002 at 07:56:27.664 starting worker pid=3081711 on localhost:11002 at 07:56:27.696 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 starting worker pid=3082076 on localhost:11002 at 07:56:33.038 starting worker pid=3082077 on localhost:11002 at 07:56:33.077 This is a mono file. This is a mono file. Calculating index. Please wait... Calculating index. Please wait... Bioacoustic Index: 10.97174 Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: Acoustic Evenness Index: 0.9 0.9 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 Acoustic Diversity Index: 0 Saving _problems/test-audioblastProcessors-7.R starting worker pid=3084592 on localhost:11002 at 06:57:06.057 starting worker pid=3084593 on localhost:11002 at 06:57:06.109 starting worker pid=3084721 on localhost:11002 at 06:57:09.199 starting worker pid=3084724 on localhost:11002 at 06:57:09.248 starting worker pid=3085120 on localhost:11002 at 06:57:14.259 starting worker pid=3085127 on localhost:11002 at 06:57:14.316 [ FAIL 1 | WARN 0 | SKIP 7 | PASS 833 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-audioblast.R:2:3', 'test-audioblast.R:15:3', 'test-audioblast.R:30:3', 'test-audioblast.R:47:3', 'test-audioblast.R:68:3' • ssd_birdnet not available for testing (2): 'test-birdnetReticulate.R:14:3', 'test-birdnetReticulate.R:20:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-audioblastProcessors.R:2:3'): ab_diel_traits with real data ──── Error in `.audioblast_ASITSN(type, name, endpoint)`: traits module does not exist. Backtrace: ▆ 1. └─sonicscrewdriver::audioblast(...) at test-audioblastProcessors.R:2:3 2. └─sonicscrewdriver:::.audioblast_ASITSN(type, name, endpoint) [ FAIL 1 | WARN 0 | SKIP 7 | PASS 833 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.0.7
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [17s/20s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(sonicscrewdriver) Attaching package: 'sonicscrewdriver' The following object is masked from 'package:base': jitter > > test_check("sonicscrewdriver") starting worker pid=41008 on localhost:11955 at 09:35:46.430 starting worker pid=41010 on localhost:11955 at 09:35:46.435 starting worker pid=41015 on localhost:11955 at 09:35:46.470 starting worker pid=41016 on localhost:11955 at 09:35:46.473 starting worker pid=41018 on localhost:11955 at 09:35:46.507 starting worker pid=41024 on localhost:11955 at 09:35:46.511 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 starting worker pid=41148 on localhost:11955 at 09:35:47.159 starting worker pid=41149 on localhost:11955 at 09:35:47.163 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: Acoustic Evenness Index: 0.9 0.9 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 Acoustic Diversity Index: 0 Saving _problems/test-audioblastProcessors-9.R Saving _problems/test-audioblastProcessors-14.R Saving _problems/test-audioblastProcessors-19.R Saving _problems/test-audioblastProcessors-55.R Saving _problems/test-audioblastProcessors-56.R Saving _problems/test-audioblastProcessors-58.R Saving _problems/test-audioblastProcessors-67.R Saving _problems/test-audioblastProcessors-68.R Saving _problems/test-audioblastProcessors-70.R Saving _problems/test-audioblastProcessors-78.R Saving _problems/test-audioblastProcessors-79.R Saving _problems/test-audioblastProcessors-81.R Saving _problems/test-audioblastProcessors-90.R Saving _problems/test-audioblastProcessors-91.R Saving _problems/test-audioblastProcessors-93.R Saving _problems/test-audioblastProcessors-102.R Saving _problems/test-audioblastProcessors-103.R Saving _problems/test-audioblastProcessors-105.R starting worker pid=42556 on localhost:11955 at 20:35:57.041 starting worker pid=42557 on localhost:11955 at 20:35:57.045 starting worker pid=42627 on localhost:11955 at 20:35:57.632 starting worker pid=42631 on localhost:11955 at 20:35:57.637 starting worker pid=42984 on localhost:11955 at 20:36:01.376 starting worker pid=42985 on localhost:11955 at 20:36:01.381 [ FAIL 18 | WARN 0 | SKIP 7 | PASS 821 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-audioblast.R:2:3', 'test-audioblast.R:15:3', 'test-audioblast.R:30:3', 'test-audioblast.R:47:3', 'test-audioblast.R:68:3' • ssd_birdnet not available for testing (2): 'test-birdnetReticulate.R:14:3', 'test-birdnetReticulate.R:20:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-audioblastProcessors.R:9:3'): ab_diel_traits with real data ── Expected `data2$value_min[1]` to equal 1538. Differences: `actual`: 1539.0 `expected`: 1538.0 ── Failure ('test-audioblastProcessors.R:14:3'): ab_diel_traits with real data ── Expected `data2$value_min[1]` to equal 1538. Differences: `actual`: 1539.0 `expected`: 1538.0 ── Failure ('test-audioblastProcessors.R:19:3'): ab_diel_traits with real data ── Expected `data2$value_min[1]` to equal 1538. Differences: `actual`: 1539.0 `expected`: 1538.0 ── Failure ('test-audioblastProcessors.R:55:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[1, ])` to equal `c("0427", "1946")`. Differences: `actual`: "0425" "1948" `expected`: "0427" "1946" ── Failure ('test-audioblastProcessors.R:56:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[2, ])` to equal `c("2248", "0124")`. Differences: `actual`: "2254" "0119" `expected`: "2248" "0124" ── Failure ('test-audioblastProcessors.R:58:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[4, ])` to equal `c("1206", "2248")`. Differences: `actual`: "1207" "2254" `expected`: "1206" "2248" ── Failure ('test-audioblastProcessors.R:67:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[1, ])` to equal `c("1300", "1946")`. Differences: `actual`: "1300" "1948" `expected`: "1300" "1946" ── Failure ('test-audioblastProcessors.R:68:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[2, ])` to equal `c("2248", "0124")`. Differences: `actual`: "2254" "0119" `expected`: "2248" "0124" ── Failure ('test-audioblastProcessors.R:70:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[4, ])` to equal `c("1206", "2248")`. Differences: `actual`: "1207" "2254" `expected`: "1206" "2248" ── Failure ('test-audioblastProcessors.R:78:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[1, ])` to equal `c("1300", "1946")`. Differences: `actual`: "1300" "1948" `expected`: "1300" "1946" ── Failure ('test-audioblastProcessors.R:79:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[2, ])` to equal `c("2248", "0200")`. Differences: `actual`: "2254" "0200" `expected`: "2248" "0200" ── Failure ('test-audioblastProcessors.R:81:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[4, ])` to equal `c("1206", "2248")`. Differences: `actual`: "1207" "2254" `expected`: "1206" "2248" ── Failure ('test-audioblastProcessors.R:90:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[1, ])` to equal `c("1300", "1946")`. Differences: `actual`: "1300" "1948" `expected`: "1300" "1946" ── Failure ('test-audioblastProcessors.R:91:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[2, ])` to equal `c("2248", "0200")`. Differences: `actual`: "2254" "0200" `expected`: "2248" "0200" ── Failure ('test-audioblastProcessors.R:93:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[4, ])` to equal `c("1206", "2248")`. Differences: `actual`: "1207" "2254" `expected`: "1206" "2248" ── Failure ('test-audioblastProcessors.R:102:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[1, ])` to equal `c("0427", "1946")`. Differences: `actual`: "0425" "1948" `expected`: "0427" "1946" ── Failure ('test-audioblastProcessors.R:103:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[2, ])` to equal `c("2248", "0124")`. Differences: `actual`: "2254" "0119" `expected`: "2248" "0124" ── Failure ('test-audioblastProcessors.R:105:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[4, ])` to equal `c("1206", "2248")`. Differences: `actual`: "1207" "2254" `expected`: "1206" "2248" [ FAIL 18 | WARN 0 | SKIP 7 | PASS 821 ] Error: ! Test failures. Execution halted Flavor: r-devel-macos-arm64

Version: 0.0.7
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [17s] Running the tests in 'tests/testthat.R' failed. Complete output: > # 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(sonicscrewdriver) Attaching package: 'sonicscrewdriver' The following object is masked from 'package:base': jitter > > test_check("sonicscrewdriver") This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 Saving _problems/test-audioblastProcessors-7.R [ FAIL 1 | WARN 0 | SKIP 9 | PASS 809 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-audioblast.R:2:3', 'test-audioblast.R:15:3', 'test-audioblast.R:30:3', 'test-audioblast.R:47:3', 'test-audioblast.R:68:3' • empty test (2): 'test-WaveFilter.R:71:1', 'test-windowing.R:124:1' • ssd_birdnet not available for testing (2): 'test-birdnetReticulate.R:14:3', 'test-birdnetReticulate.R:20:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-audioblastProcessors.R:2:3'): ab_diel_traits with real data ──── Error in `.audioblast_ASITSN(type, name, endpoint)`: traits module does not exist. Backtrace: ▆ 1. └─sonicscrewdriver::audioblast(...) at test-audioblastProcessors.R:2:3 2. └─sonicscrewdriver:::.audioblast_ASITSN(type, name, endpoint) [ FAIL 1 | WARN 0 | SKIP 9 | PASS 809 ] Error: ! Test failures. Execution halted Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 0.0.7
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [19s/24s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(sonicscrewdriver) Attaching package: 'sonicscrewdriver' The following object is masked from 'package:base': jitter > > test_check("sonicscrewdriver") starting worker pid=3518835 on localhost:11523 at 20:59:42.039 starting worker pid=3518838 on localhost:11523 at 20:59:42.051 starting worker pid=3518896 on localhost:11523 at 20:59:42.259 starting worker pid=3518906 on localhost:11523 at 20:59:42.279 starting worker pid=3518957 on localhost:11523 at 20:59:42.532 starting worker pid=3518964 on localhost:11523 at 20:59:42.551 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 starting worker pid=3519693 on localhost:11523 at 20:59:45.211 starting worker pid=3519701 on localhost:11523 at 20:59:45.231 This is a mono file. This is a mono file. Calculating index. Please wait... Calculating index. Please wait... Bioacoustic Index: 10.97174 Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 Acoustic Diversity Index: 0 Saving _problems/test-audioblastProcessors-7.R starting worker pid=3522801 on localhost:11523 at 18:59:57.092 starting worker pid=3522809 on localhost:11523 at 18:59:57.134 starting worker pid=3522966 on localhost:11523 at 18:59:58.015 starting worker pid=3522976 on localhost:11523 at 18:59:58.059 starting worker pid=3523198 on localhost:11523 at 18:59:58.699 starting worker pid=3523202 on localhost:11523 at 18:59:58.721 [ FAIL 1 | WARN 0 | SKIP 7 | PASS 833 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-audioblast.R:2:3', 'test-audioblast.R:15:3', 'test-audioblast.R:30:3', 'test-audioblast.R:47:3', 'test-audioblast.R:68:3' • ssd_birdnet not available for testing (2): 'test-birdnetReticulate.R:14:3', 'test-birdnetReticulate.R:20:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-audioblastProcessors.R:2:3'): ab_diel_traits with real data ──── Error in `.audioblast_ASITSN(type, name, endpoint)`: traits module does not exist. Backtrace: ▆ 1. └─sonicscrewdriver::audioblast(...) at test-audioblastProcessors.R:2:3 2. └─sonicscrewdriver:::.audioblast_ASITSN(type, name, endpoint) [ FAIL 1 | WARN 0 | SKIP 7 | PASS 833 ] Error: ! Test failures. Execution halted Flavor: r-patched-linux-x86_64

Version: 0.0.7
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [19s/25s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(sonicscrewdriver) Attaching package: 'sonicscrewdriver' The following object is masked from 'package:base': jitter > > test_check("sonicscrewdriver") starting worker pid=838297 on localhost:11005 at 20:22:51.608 starting worker pid=838316 on localhost:11005 at 20:22:51.635 starting worker pid=838389 on localhost:11005 at 20:22:51.805 starting worker pid=838390 on localhost:11005 at 20:22:51.819 starting worker pid=838452 on localhost:11005 at 20:22:52.061 starting worker pid=838462 on localhost:11005 at 20:22:52.080 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 starting worker pid=839096 on localhost:11005 at 20:22:54.531 starting worker pid=839102 on localhost:11005 at 20:22:54.547 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Bioacoustic Index: Bioacoustic Index: 10.9717410.97174 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: Acoustic Evenness Index: 0.9 0.9 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 Saving _problems/test-audioblastProcessors-7.R starting worker pid=842893 on localhost:11005 at 18:23:07.119 starting worker pid=842895 on localhost:11005 at 18:23:07.143 starting worker pid=843024 on localhost:11005 at 18:23:07.679 starting worker pid=843036 on localhost:11005 at 18:23:07.700 starting worker pid=843176 on localhost:11005 at 18:23:08.375 starting worker pid=843188 on localhost:11005 at 18:23:08.419 [ FAIL 1 | WARN 0 | SKIP 7 | PASS 833 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-audioblast.R:2:3', 'test-audioblast.R:15:3', 'test-audioblast.R:30:3', 'test-audioblast.R:47:3', 'test-audioblast.R:68:3' • ssd_birdnet not available for testing (2): 'test-birdnetReticulate.R:14:3', 'test-birdnetReticulate.R:20:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-audioblastProcessors.R:2:3'): ab_diel_traits with real data ──── Error in `.audioblast_ASITSN(type, name, endpoint)`: traits module does not exist. Backtrace: ▆ 1. └─sonicscrewdriver::audioblast(...) at test-audioblastProcessors.R:2:3 2. └─sonicscrewdriver:::.audioblast_ASITSN(type, name, endpoint) [ FAIL 1 | WARN 0 | SKIP 7 | PASS 833 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64

Version: 0.0.7
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [25s/34s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(sonicscrewdriver) Attaching package: 'sonicscrewdriver' The following object is masked from 'package:base': jitter > > test_check("sonicscrewdriver") starting worker pid=46017 on localhost:11467 at 20:24:50.327 starting worker pid=46019 on localhost:11467 at 20:24:50.339 starting worker pid=46046 on localhost:11467 at 20:24:50.440 starting worker pid=46049 on localhost:11467 at 20:24:50.455 starting worker pid=46053 on localhost:11467 at 20:24:50.531 starting worker pid=46054 on localhost:11467 at 20:24:50.541 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 starting worker pid=46119 on localhost:11467 at 20:24:51.861 starting worker pid=46121 on localhost:11467 at 20:24:51.866 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 Acoustic Diversity Index: 0 starting worker pid=49225 on localhost:11467 at 07:25:13.440 starting worker pid=49226 on localhost:11467 at 07:25:13.447 starting worker pid=49270 on localhost:11467 at 07:25:14.112 starting worker pid=49272 on localhost:11467 at 07:25:14.117 starting worker pid=49324 on localhost:11467 at 07:25:15.147 starting worker pid=49327 on localhost:11467 at 07:25:15.155 [ FAIL 18 | WARN 0 | SKIP 7 | PASS 821 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-audioblast.R:2:3', 'test-audioblast.R:15:3', 'test-audioblast.R:30:3', 'test-audioblast.R:47:3', 'test-audioblast.R:68:3' • ssd_birdnet not available for testing (2): 'test-birdnetReticulate.R:14:3', 'test-birdnetReticulate.R:20:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-audioblastProcessors.R:9:3'): ab_diel_traits with real data ── data2$value_min[1] (`actual`) not equal to 1538 (`expected`). `actual`: 1539.0 `expected`: 1538.0 ── Failure ('test-audioblastProcessors.R:14:3'): ab_diel_traits with real data ── data2$value_min[1] (`actual`) not equal to 1538 (`expected`). `actual`: 1539.0 `expected`: 1538.0 ── Failure ('test-audioblastProcessors.R:19:3'): ab_diel_traits with real data ── data2$value_min[1] (`actual`) not equal to 1538 (`expected`). `actual`: 1539.0 `expected`: 1538.0 ── Failure ('test-audioblastProcessors.R:55:3'): .calcTimesOfDay() works as expected ── as.character(o[1, ]) (`actual`) not equal to c("0427", "1946") (`expected`). `actual`: "0425" "1948" `expected`: "0427" "1946" ── Failure ('test-audioblastProcessors.R:56:3'): .calcTimesOfDay() works as expected ── as.character(o[2, ]) (`actual`) not equal to c("2248", "0124") (`expected`). `actual`: "2254" "0119" `expected`: "2248" "0124" ── Failure ('test-audioblastProcessors.R:58:3'): .calcTimesOfDay() works as expected ── as.character(o[4, ]) (`actual`) not equal to c("1206", "2248") (`expected`). `actual`: "1207" "2254" `expected`: "1206" "2248" ── Failure ('test-audioblastProcessors.R:67:3'): .calcTimesOfDay() works as expected ── as.character(o[1, ]) (`actual`) not equal to c("1300", "1946") (`expected`). `actual`: "1300" "1948" `expected`: "1300" "1946" ── Failure ('test-audioblastProcessors.R:68:3'): .calcTimesOfDay() works as expected ── as.character(o[2, ]) (`actual`) not equal to c("2248", "0124") (`expected`). `actual`: "2254" "0119" `expected`: "2248" "0124" ── Failure ('test-audioblastProcessors.R:70:3'): .calcTimesOfDay() works as expected ── as.character(o[4, ]) (`actual`) not equal to c("1206", "2248") (`expected`). `actual`: "1207" "2254" `expected`: "1206" "2248" ── Failure ('test-audioblastProcessors.R:78:3'): .calcTimesOfDay() works as expected ── as.character(o[1, ]) (`actual`) not equal to c("1300", "1946") (`expected`). `actual`: "1300" "1948" `expected`: "1300" "1946" ── Failure ('test-audioblastProcessors.R:79:3'): .calcTimesOfDay() works as expected ── as.character(o[2, ]) (`actual`) not equal to c("2248", "0200") (`expected`). `actual`: "2254" "0200" `expected`: "2248" "0200" ── Failure ('test-audioblastProcessors.R:81:3'): .calcTimesOfDay() works as expected ── as.character(o[4, ]) (`actual`) not equal to c("1206", "2248") (`expected`). `actual`: "1207" "2254" `expected`: "1206" "2248" ── Failure ('test-audioblastProcessors.R:90:3'): .calcTimesOfDay() works as expected ── as.character(o[1, ]) (`actual`) not equal to c("1300", "1946") (`expected`). `actual`: "1300" "1948" `expected`: "1300" "1946" ── Failure ('test-audioblastProcessors.R:91:3'): .calcTimesOfDay() works as expected ── as.character(o[2, ]) (`actual`) not equal to c("2248", "0200") (`expected`). `actual`: "2254" "0200" `expected`: "2248" "0200" ── Failure ('test-audioblastProcessors.R:93:3'): .calcTimesOfDay() works as expected ── as.character(o[4, ]) (`actual`) not equal to c("1206", "2248") (`expected`). `actual`: "1207" "2254" `expected`: "1206" "2248" ── Failure ('test-audioblastProcessors.R:102:3'): .calcTimesOfDay() works as expected ── as.character(o[1, ]) (`actual`) not equal to c("0427", "1946") (`expected`). `actual`: "0425" "1948" `expected`: "0427" "1946" ── Failure ('test-audioblastProcessors.R:103:3'): .calcTimesOfDay() works as expected ── as.character(o[2, ]) (`actual`) not equal to c("2248", "0124") (`expected`). `actual`: "2254" "0119" `expected`: "2248" "0124" ── Failure ('test-audioblastProcessors.R:105:3'): .calcTimesOfDay() works as expected ── as.character(o[4, ]) (`actual`) not equal to c("1206", "2248") (`expected`). `actual`: "1207" "2254" `expected`: "1206" "2248" [ FAIL 18 | WARN 0 | SKIP 7 | PASS 821 ] Error: Test failures Execution halted Flavor: r-release-macos-arm64

Version: 0.0.7
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [11s/15s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(sonicscrewdriver) Attaching package: 'sonicscrewdriver' The following object is masked from 'package:base': jitter > > test_check("sonicscrewdriver") starting worker pid=59140 on localhost:11771 at 08:12:57.799 starting worker pid=59157 on localhost:11771 at 08:12:57.805 starting worker pid=59255 on localhost:11771 at 08:12:57.894 starting worker pid=59265 on localhost:11771 at 08:12:57.898 starting worker pid=59450 on localhost:11771 at 08:12:58.042 starting worker pid=59458 on localhost:11771 at 08:12:58.045 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 starting worker pid=60300 on localhost:11771 at 08:12:59.895 starting worker pid=60301 on localhost:11771 at 08:12:59.899 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 Acoustic Diversity Index: 0 Saving _problems/test-audioblastProcessors-9.R Saving _problems/test-audioblastProcessors-14.R Saving _problems/test-audioblastProcessors-19.R Saving _problems/test-audioblastProcessors-55.R Saving _problems/test-audioblastProcessors-56.R Saving _problems/test-audioblastProcessors-58.R Saving _problems/test-audioblastProcessors-67.R Saving _problems/test-audioblastProcessors-68.R Saving _problems/test-audioblastProcessors-70.R Saving _problems/test-audioblastProcessors-78.R Saving _problems/test-audioblastProcessors-79.R Saving _problems/test-audioblastProcessors-81.R Saving _problems/test-audioblastProcessors-90.R Saving _problems/test-audioblastProcessors-91.R Saving _problems/test-audioblastProcessors-93.R Saving _problems/test-audioblastProcessors-102.R Saving _problems/test-audioblastProcessors-103.R Saving _problems/test-audioblastProcessors-105.R starting worker pid=63418 on localhost:11771 at 19:13:06.682 starting worker pid=63419 on localhost:11771 at 19:13:06.685 starting worker pid=63453 on localhost:11771 at 19:13:07.092 starting worker pid=63454 on localhost:11771 at 19:13:07.096 starting worker pid=63505 on localhost:11771 at 19:13:07.680 starting worker pid=63506 on localhost:11771 at 19:13:07.684 [ FAIL 18 | WARN 0 | SKIP 7 | PASS 821 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-audioblast.R:2:3', 'test-audioblast.R:15:3', 'test-audioblast.R:30:3', 'test-audioblast.R:47:3', 'test-audioblast.R:68:3' • ssd_birdnet not available for testing (2): 'test-birdnetReticulate.R:14:3', 'test-birdnetReticulate.R:20:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-audioblastProcessors.R:9:3'): ab_diel_traits with real data ── Expected `data2$value_min[1]` to equal 1538. Differences: `actual`: 1539.0 `expected`: 1538.0 ── Failure ('test-audioblastProcessors.R:14:3'): ab_diel_traits with real data ── Expected `data2$value_min[1]` to equal 1538. Differences: `actual`: 1539.0 `expected`: 1538.0 ── Failure ('test-audioblastProcessors.R:19:3'): ab_diel_traits with real data ── Expected `data2$value_min[1]` to equal 1538. Differences: `actual`: 1539.0 `expected`: 1538.0 ── Failure ('test-audioblastProcessors.R:55:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[1, ])` to equal `c("0427", "1946")`. Differences: `actual`: "0425" "1948" `expected`: "0427" "1946" ── Failure ('test-audioblastProcessors.R:56:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[2, ])` to equal `c("2248", "0124")`. Differences: `actual`: "2254" "0119" `expected`: "2248" "0124" ── Failure ('test-audioblastProcessors.R:58:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[4, ])` to equal `c("1206", "2248")`. Differences: `actual`: "1207" "2254" `expected`: "1206" "2248" ── Failure ('test-audioblastProcessors.R:67:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[1, ])` to equal `c("1300", "1946")`. Differences: `actual`: "1300" "1948" `expected`: "1300" "1946" ── Failure ('test-audioblastProcessors.R:68:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[2, ])` to equal `c("2248", "0124")`. Differences: `actual`: "2254" "0119" `expected`: "2248" "0124" ── Failure ('test-audioblastProcessors.R:70:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[4, ])` to equal `c("1206", "2248")`. Differences: `actual`: "1207" "2254" `expected`: "1206" "2248" ── Failure ('test-audioblastProcessors.R:78:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[1, ])` to equal `c("1300", "1946")`. Differences: `actual`: "1300" "1948" `expected`: "1300" "1946" ── Failure ('test-audioblastProcessors.R:79:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[2, ])` to equal `c("2248", "0200")`. Differences: `actual`: "2254" "0200" `expected`: "2248" "0200" ── Failure ('test-audioblastProcessors.R:81:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[4, ])` to equal `c("1206", "2248")`. Differences: `actual`: "1207" "2254" `expected`: "1206" "2248" ── Failure ('test-audioblastProcessors.R:90:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[1, ])` to equal `c("1300", "1946")`. Differences: `actual`: "1300" "1948" `expected`: "1300" "1946" ── Failure ('test-audioblastProcessors.R:91:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[2, ])` to equal `c("2248", "0200")`. Differences: `actual`: "2254" "0200" `expected`: "2248" "0200" ── Failure ('test-audioblastProcessors.R:93:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[4, ])` to equal `c("1206", "2248")`. Differences: `actual`: "1207" "2254" `expected`: "1206" "2248" ── Failure ('test-audioblastProcessors.R:102:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[1, ])` to equal `c("0427", "1946")`. Differences: `actual`: "0425" "1948" `expected`: "0427" "1946" ── Failure ('test-audioblastProcessors.R:103:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[2, ])` to equal `c("2248", "0124")`. Differences: `actual`: "2254" "0119" `expected`: "2248" "0124" ── Failure ('test-audioblastProcessors.R:105:3'): .calcTimesOfDay() works as expected ── Expected `as.character(o[4, ])` to equal `c("1206", "2248")`. Differences: `actual`: "1207" "2254" `expected`: "1206" "2248" [ FAIL 18 | WARN 0 | SKIP 7 | PASS 821 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-macos-arm64

Version: 0.0.7
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [23s] Running the tests in 'tests/testthat.R' failed. Complete output: > # 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(sonicscrewdriver) Attaching package: 'sonicscrewdriver' The following object is masked from 'package:base': jitter > > test_check("sonicscrewdriver") This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Bioacoustic Index: 10.97174 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Evenness Index: 0.9 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 This is a mono file. Calculating index. Please wait... Acoustic Diversity Index: 0 Saving _problems/test-audioblastProcessors-7.R [ FAIL 1 | WARN 0 | SKIP 9 | PASS 809 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-audioblast.R:2:3', 'test-audioblast.R:15:3', 'test-audioblast.R:30:3', 'test-audioblast.R:47:3', 'test-audioblast.R:68:3' • empty test (2): 'test-WaveFilter.R:71:1', 'test-windowing.R:124:1' • ssd_birdnet not available for testing (2): 'test-birdnetReticulate.R:14:3', 'test-birdnetReticulate.R:20:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-audioblastProcessors.R:2:3'): ab_diel_traits with real data ──── Error in `.audioblast_ASITSN(type, name, endpoint)`: traits module does not exist. Backtrace: ▆ 1. └─sonicscrewdriver::audioblast(...) at test-audioblastProcessors.R:2:3 2. └─sonicscrewdriver:::.audioblast_ASITSN(type, name, endpoint) [ FAIL 1 | WARN 0 | SKIP 9 | PASS 809 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.