Last updated on 2025-12-21 11:50:45 CET.
| Package | ERROR | OK |
|---|---|---|
| dateutils | 4 | 9 |
Current CRAN status: ERROR: 4, OK: 9
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
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/7s]
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-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-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/6s]
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: 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