Last updated on 2025-12-20 10:50:37 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.5 | 27.16 | 67.23 | 94.39 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.5 | 18.76 | 43.38 | 62.14 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.5 | 57.00 | 99.51 | 156.51 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.5 | 55.00 | 108.30 | 163.30 | ERROR | |
| r-devel-windows-x86_64 | 0.1.5 | 34.00 | 126.00 | 160.00 | OK | |
| r-patched-linux-x86_64 | 0.1.5 | 30.27 | 58.53 | 88.80 | OK | |
| r-release-linux-x86_64 | 0.1.5 | 29.34 | 58.20 | 87.54 | OK | |
| r-release-macos-arm64 | 0.1.5 | OK | ||||
| r-release-macos-x86_64 | 0.1.5 | 17.00 | 70.00 | 87.00 | OK | |
| r-release-windows-x86_64 | 0.1.5 | 33.00 | 114.00 | 147.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.5 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.5 | 19.00 | 52.00 | 71.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.5 | 39.00 | 138.00 | 177.00 | OK |
Version: 0.1.5
Check: examples
Result: ERROR
Running examples in ‘dateutils-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: process
> ### Title: Process Data
> ### Aliases: process
>
> ### ** Examples
>
> dt <- process(fred, fredlib)
Error in `[.data.table`(dt, , `:=`(low_frequency_trend, try_trend(value)), :
attempt access index 7/7 in VECTOR_ELT
Calls: process -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dateutils)
>
> test_check("dateutils")
Saving _problems/test_process-8.R
Saving _problems/test_process-18.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 8 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_process.R:7:3'): process_MF() works as expected ────────────────
Error in ``[.data.table`(RHS_tail, , `:=`(index_of_observations, seq(.N)), by = series_name)`: attempt access index 6/6 in VECTOR_ELT
Backtrace:
▆
1. └─dateutils::process_MF(...) at test_process.R:7:3
2. └─base::lapply(...)
3. └─dateutils (local) FUN(X[[i]], ...)
4. ├─RHS_tail[, `:=`(index_of_observations, seq(.N)), by = series_name]
5. └─data.table:::`[.data.table`(...)
── Error ('test_process.R:17:3'): process() functions correctly ────────────────
Error in ``[.data.table`(RHS_tail, , `:=`(index_of_observations, seq(.N)), by = series_name)`: attempt access index 6/6 in VECTOR_ELT
Backtrace:
▆
1. └─dateutils::process_MF(...) at test_process.R:17:3
2. └─base::lapply(...)
3. └─dateutils (local) FUN(X[[i]], ...)
4. ├─RHS_tail[, `:=`(index_of_observations, seq(.N)), by = series_name]
5. └─data.table:::`[.data.table`(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 8 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.5
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘intro.Rmd’ using rmarkdown
Quitting from intro.Rmd:80-83 [unnamed-chunk-8]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 6/6 in VECTOR_ELT
---
Backtrace:
▆
1. └─dateutils::process_MF(...)
2. └─base::lapply(...)
3. └─dateutils (local) FUN(X[[i]], ...)
4. ├─RHS_tail[, `:=`(index_of_observations, seq(.N)), by = series_name]
5. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'intro.Rmd' failed with diagnostics:
attempt access index 6/6 in VECTOR_ELT
--- failed re-building ‘intro.Rmd’
SUMMARY: processing the following file failed:
‘intro.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.5
Check: examples
Result: ERROR
Running examples in ‘dateutils-Ex.R’ failed
The error most likely occurred in:
> ### Name: process
> ### Title: Process Data
> ### Aliases: process
>
> ### ** Examples
>
> dt <- process(fred, fredlib)
Error in `[.data.table`(dt, , `:=`(low_frequency_trend, try_trend(value)), :
attempt access index 7/7 in VECTOR_ELT
Calls: process -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/21s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dateutils)
>
> test_check("dateutils")
Saving _problems/test_process-8.R
Saving _problems/test_process-18.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 8 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_process.R:7:3'): process_MF() works as expected ────────────────
Error in ``[.data.table`(RHS_tail, , `:=`(index_of_observations, seq(.N)), by = series_name)`: attempt access index 6/6 in VECTOR_ELT
Backtrace:
▆
1. └─dateutils::process_MF(...) at test_process.R:7:3
2. └─base::lapply(...)
3. └─dateutils (local) FUN(X[[i]], ...)
4. ├─RHS_tail[, `:=`(index_of_observations, seq(.N)), by = series_name]
5. └─data.table:::`[.data.table`(...)
── Error ('test_process.R:17:3'): process() functions correctly ────────────────
Error in ``[.data.table`(RHS_tail, , `:=`(index_of_observations, seq(.N)), by = series_name)`: attempt access index 6/6 in VECTOR_ELT
Backtrace:
▆
1. └─dateutils::process_MF(...) at test_process.R:17:3
2. └─base::lapply(...)
3. └─dateutils (local) FUN(X[[i]], ...)
4. ├─RHS_tail[, `:=`(index_of_observations, seq(.N)), by = series_name]
5. └─data.table:::`[.data.table`(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 8 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.5
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘intro.Rmd’ using rmarkdown
Quitting from intro.Rmd:80-83 [unnamed-chunk-8]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 6/6 in VECTOR_ELT
---
Backtrace:
▆
1. └─dateutils::process_MF(...)
2. └─base::lapply(...)
3. └─dateutils (local) FUN(X[[i]], ...)
4. ├─RHS_tail[, `:=`(index_of_observations, seq(.N)), by = series_name]
5. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'intro.Rmd' failed with diagnostics:
attempt access index 6/6 in VECTOR_ELT
--- failed re-building ‘intro.Rmd’
SUMMARY: processing the following file failed:
‘intro.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/32s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dateutils)
>
> test_check("dateutils")
Saving _problems/test_process-8.R
Saving _problems/test_process-18.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 8 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_process.R:7:3'): process_MF() works as expected ────────────────
Error in ``[.data.table`(RHS_tail, , `:=`(index_of_observations, seq(.N)), by = series_name)`: attempt access index 6/6 in VECTOR_ELT
Backtrace:
▆
1. └─dateutils::process_MF(...) at test_process.R:7:3
2. └─base::lapply(...)
3. └─dateutils (local) FUN(X[[i]], ...)
4. ├─RHS_tail[, `:=`(index_of_observations, seq(.N)), by = series_name]
5. └─data.table:::`[.data.table`(...)
── Error ('test_process.R:17:3'): process() functions correctly ────────────────
Error in ``[.data.table`(RHS_tail, , `:=`(index_of_observations, seq(.N)), by = series_name)`: attempt access index 6/6 in VECTOR_ELT
Backtrace:
▆
1. └─dateutils::process_MF(...) at test_process.R:17:3
2. └─base::lapply(...)
3. └─dateutils (local) FUN(X[[i]], ...)
4. ├─RHS_tail[, `:=`(index_of_observations, seq(.N)), by = series_name]
5. └─data.table:::`[.data.table`(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 8 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc