Last updated on 2025-12-26 12:50:14 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.1 | 5.65 | 74.55 | 80.20 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.1 | 3.99 | 55.59 | 59.58 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.1 | 10.00 | 113.50 | 123.50 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 10.00 | 131.45 | 141.45 | OK | |
| r-devel-windows-x86_64 | 0.3.1 | 8.00 | 76.00 | 84.00 | ERROR | |
| r-patched-linux-x86_64 | 0.3.1 | 6.15 | 52.93 | 59.08 | OK | |
| r-release-linux-x86_64 | 0.3.1 | 4.54 | 53.00 | 57.54 | OK | |
| r-release-macos-arm64 | 0.3.1 | OK | ||||
| r-release-macos-x86_64 | 0.3.1 | 4.00 | 110.00 | 114.00 | OK | |
| r-release-windows-x86_64 | 0.3.1 | 8.00 | 93.00 | 101.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.1 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.3.1 | 4.00 | 140.00 | 144.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.3.1 | 10.00 | 104.00 | 114.00 | NOTE |
Version: 0.3.1
Check: examples
Result: ERROR
Running examples in 'triact-Ex.R' failed
The error most likely occurred in:
> ### Name: Triact
> ### Title: R6 class for analyzing accelerometer data from cows
> ### Aliases: Triact
>
> ### ** Examples
>
>
> ## Please read the "introduction" vignette for more detailed examples
>
> ## -------------------------
> # method '$new'
> ## -------------------------
>
> # create a Triact object
> my_triact <- Triact$new()
>
> ## -------------------------
> # method '$load_files'
> ## -------------------------
>
>
> ## -------------------------
> # method 'load_table'
> ## -------------------------
>
> # create a Triact object
> my_triact <- Triact$new()
>
> my_triact$load_table(cows_5hz)
>
> # inspect imported data
> head(my_triact$data)
id time acc_fwd acc_up acc_right
1 cow01 2021-06-29 06:00:00 0.048 1.032 0.063
2 cow01 2021-06-29 06:00:00 0.048 1.000 0.063
3 cow01 2021-06-29 06:00:00 0.048 1.000 0.063
4 cow01 2021-06-29 06:00:00 0.048 1.032 0.063
5 cow01 2021-06-29 06:00:00 0.048 1.032 0.031
6 cow01 2021-06-29 06:00:01 0.079 1.032 0.031
>
> ## -------------------------
> # method 'check_orientation'
> ## -------------------------
>
> my_triact$check_orientation()
This method checks for potential incorrect mounted accelerometers, rotated 180° in the sagital plane.
No incorrectly mounted accelerometers found.
>
> ## -------------------------
> # method 'add_lying'
> ## -------------------------
>
> my_triact$add_lying()
Error in `[.data.table`(private$dataDT, , `:=`(paste0("gravity_", axd), :
attempt access index 5/5 in VECTOR_ELT
Calls: <Anonymous> -> <Anonymous> -> [ -> [.data.table
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.3.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'introduction.Rmd' using rmarkdown
Quitting from introduction.Rmd:232-234 [unnamed-chunk-16]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 5/5 in VECTOR_ELT
---
Backtrace:
▆
1. └─my_triact$add_lying()
2. └─private$filter_acc(...)
3. ├─...[]
4. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'introduction.Rmd' failed with diagnostics:
attempt access index 5/5 in VECTOR_ELT
--- failed re-building 'introduction.Rmd'
SUMMARY: processing the following file failed:
'introduction.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.3.1
Check: installed package size
Result: NOTE
installed size is 17.7Mb
sub-directories of 1Mb or more:
data 1.3Mb
doc 1.3Mb
extdata 14.8Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64