Last updated on 2025-12-28 03:52:11 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| sqlparseR | 3 | 10 | |
| triact | 1 | 3 | 9 |
Current CRAN status: NOTE: 3, OK: 10
Version: 0.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 1, NOTE: 3, OK: 9
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
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.