Last updated on 2025-12-20 02:50:06 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.6 | 3.04 | 317.68 | 320.72 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.6 | 2.26 | 182.71 | 184.97 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.6 | 321.59 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3.6 | 413.05 | ERROR | |||
| r-devel-windows-x86_64 | 0.3.6 | 5.00 | 150.00 | 155.00 | OK | |
| r-patched-linux-x86_64 | 0.3.6 | 3.14 | 242.02 | 245.16 | OK | |
| r-release-linux-x86_64 | 0.3.6 | 3.33 | 243.88 | 247.21 | OK | |
| r-release-macos-arm64 | 0.3.6 | OK | ||||
| r-release-macos-x86_64 | 0.3.6 | 2.00 | 145.00 | 147.00 | OK | |
| r-release-windows-x86_64 | 0.3.6 | 5.00 | 152.00 | 157.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.6 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.6 | 3.00 | 142.00 | 145.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.6 | 6.00 | 184.00 | 190.00 | OK |
Version: 0.3.6
Check: examples
Result: ERROR
Running examples in ‘zeitgebr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: find_peaks
> ### Title: Find peaks in a periodogram
> ### Aliases: find_peaks
>
> ### ** Examples
>
> data(dams_sample)
> # only a half of the individuals for the sake of the example
> dt <- dams_sample[xmv(region_id) %in% (1:16 * 2)]
> per_dt_xs <- periodogram(activity, dt, FUN = chi_sq_periodogram)
> per_dt_xs_with_peaks <- find_peaks(per_dt_xs)
Error in `[.data.table`(out, , `:=`(peak, find_peaks_wapped(.SD, n_peaks = n_peaks)), :
attempt access index 5/5 in VECTOR_ELT
Calls: find_peaks -> [ -> [.behavr -> NextMethod -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [125s/54s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(zeitgebr)
Loading required package: behavr
Loading required package: data.table
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
>
> test_check("zeitgebr")
Saving _problems/test-find_peaks-6.R
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 5 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• empty test (4): 'test-chi_sq_periodogram.R:3:1',
'test-cwt_periodogram.R:3:1', 'test-ls_periodogram.R:3:1',
'test-periodogram.R:3:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-find_peaks.R:6:3'): find_peaks works in normal conditions ──────
Error in ``[.data.table`(out, , `:=`(peak, find_peaks_wapped(.SD, n_peaks = n_peaks)), by = c(data.table::key(out)))`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─zeitgebr::find_peaks(pdt) at test-find_peaks.R:6:3
2. ├─...[]
3. ├─behavr:::`[.behavr`(...)
4. ├─base::NextMethod()
5. └─data.table:::`[.data.table`(...)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 5 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.6
Check: examples
Result: ERROR
Running examples in ‘zeitgebr-Ex.R’ failed
The error most likely occurred in:
> ### Name: find_peaks
> ### Title: Find peaks in a periodogram
> ### Aliases: find_peaks
>
> ### ** Examples
>
> data(dams_sample)
> # only a half of the individuals for the sake of the example
> dt <- dams_sample[xmv(region_id) %in% (1:16 * 2)]
> per_dt_xs <- periodogram(activity, dt, FUN = chi_sq_periodogram)
> per_dt_xs_with_peaks <- find_peaks(per_dt_xs)
Error in `[.data.table`(out, , `:=`(peak, find_peaks_wapped(.SD, n_peaks = n_peaks)), :
attempt access index 5/5 in VECTOR_ELT
Calls: find_peaks -> [ -> [.behavr -> NextMethod -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.3.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [254s/181s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(zeitgebr)
Loading required package: behavr
Loading required package: data.table
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
>
> test_check("zeitgebr")
Saving _problems/test-find_peaks-6.R
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 5 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• empty test (4): 'test-chi_sq_periodogram.R:3:1',
'test-cwt_periodogram.R:3:1', 'test-ls_periodogram.R:3:1',
'test-periodogram.R:3:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-find_peaks.R:6:3'): find_peaks works in normal conditions ──────
Error in ``[.data.table`(out, , `:=`(peak, find_peaks_wapped(.SD, n_peaks = n_peaks)), by = c(data.table::key(out)))`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─zeitgebr::find_peaks(pdt) at test-find_peaks.R:6:3
2. ├─...[]
3. ├─behavr:::`[.behavr`(...)
4. ├─base::NextMethod()
5. └─data.table:::`[.data.table`(...)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 5 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.3.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [333s/357s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(zeitgebr)
Loading required package: behavr
Loading required package: data.table
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
>
> test_check("zeitgebr")
Saving _problems/test-find_peaks-6.R
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 5 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• empty test (4): 'test-chi_sq_periodogram.R:3:1',
'test-cwt_periodogram.R:3:1', 'test-ls_periodogram.R:3:1',
'test-periodogram.R:3:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-find_peaks.R:6:3'): find_peaks works in normal conditions ──────
Error in ``[.data.table`(out, , `:=`(peak, find_peaks_wapped(.SD, n_peaks = n_peaks)), by = c(data.table::key(out)))`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─zeitgebr::find_peaks(pdt) at test-find_peaks.R:6:3
2. ├─...[]
3. ├─behavr:::`[.behavr`(...)
4. ├─base::NextMethod()
5. └─data.table:::`[.data.table`(...)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 5 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc