Last updated on 2024-11-22 03:52:52 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.7 | 11.61 | 126.50 | 138.11 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.7 | 8.65 | 92.00 | 100.65 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.7 | 231.34 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.7 | 269.16 | OK | |||
r-devel-windows-x86_64 | 0.0.7 | 16.00 | 147.00 | 163.00 | OK | |
r-patched-linux-x86_64 | 0.0.7 | 15.03 | 119.78 | 134.81 | OK | |
r-release-linux-x86_64 | 0.0.7 | 13.97 | 118.25 | 132.22 | OK | |
r-release-macos-arm64 | 0.0.7 | 89.00 | ERROR | |||
r-release-macos-x86_64 | 0.0.7 | 194.00 | OK | |||
r-release-windows-x86_64 | 0.0.7 | 15.00 | 142.00 | 157.00 | OK | |
r-oldrel-macos-arm64 | 0.0.7 | 93.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.0.7 | 207.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.7 | 17.00 | 170.00 | 187.00 | OK |
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=64954 on localhost:11220 at 09:22:38.477
starting worker pid=64957 on localhost:11220 at 09:22:38.488
starting worker pid=64994 on localhost:11220 at 09:22:38.595
starting worker pid=65003 on localhost:11220 at 09:22:38.608
starting worker pid=65037 on localhost:11220 at 09:22:38.700
starting worker pid=65047 on localhost:11220 at 09:22:38.710
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=65361 on localhost:11220 at 09:22:40.086
starting worker pid=65362 on localhost:11220 at 09:22:40.097
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=67098 on localhost:11220 at 20:22:48.101
starting worker pid=67101 on localhost:11220 at 20:22:48.108
starting worker pid=67670 on localhost:11220 at 20:22:48.766
starting worker pid=67689 on localhost:11220 at 20:22:48.775
starting worker pid=68581 on localhost:11220 at 20:22:49.739
starting worker pid=68585 on localhost:11220 at 20:22:49.747
[ 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’ [18s/22s]
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=73179 on localhost:11960 at 08:51:36.557
starting worker pid=73180 on localhost:11960 at 08:51:36.566
starting worker pid=73182 on localhost:11960 at 08:51:36.660
starting worker pid=73184 on localhost:11960 at 08:51:36.667
starting worker pid=73186 on localhost:11960 at 08:51:36.719
starting worker pid=73187 on localhost:11960 at 08:51:36.724
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=73236 on localhost:11960 at 08:51:37.896
starting worker pid=73237 on localhost:11960 at 08:51:37.906
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=76335 on localhost:11960 at 19:51:48.936
starting worker pid=76336 on localhost:11960 at 19:51:48.944
starting worker pid=76363 on localhost:11960 at 19:51:49.882
starting worker pid=76364 on localhost:11960 at 19:51:49.890
starting worker pid=76384 on localhost:11960 at 19:51:50.833
starting worker pid=76385 on localhost:11960 at 19:51:50.843
[ 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-oldrel-macos-arm64