Last updated on 2025-12-20 17:50:27 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.8 | 2.67 | 30.50 | 33.17 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.0.8 | 1.83 | 24.58 | 26.41 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.8 | 51.69 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.0.8 | 4.00 | 62.26 | 66.26 | ERROR | |
| r-devel-windows-x86_64 | 0.0.8 | 3.00 | 61.00 | 64.00 | OK | |
| r-patched-linux-x86_64 | 0.0.8 | 2.41 | 34.66 | 37.07 | OK | |
| r-release-linux-x86_64 | 0.0.8 | 2.56 | 34.30 | 36.86 | OK | |
| r-release-macos-arm64 | 0.0.8 | OK | ||||
| r-release-macos-x86_64 | 0.0.8 | 2.00 | 52.00 | 54.00 | OK | |
| r-release-windows-x86_64 | 0.0.8 | 5.00 | 53.00 | 58.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.8 | OK | ||||
| r-oldrel-macos-x86_64 | 0.0.8 | 2.00 | 41.00 | 43.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.8 | 5.00 | 64.00 | 69.00 | OK |
Version: 0.0.8
Check: examples
Result: ERROR
Running examples in ‘formulaic-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: create.formula
> ### Title: Create Formula
> ### Aliases: create.formula
>
> ### ** Examples
>
> n <- 10
> dd <- data.table::data.table(w = rnorm(n= n), x = rnorm(n = n), pixel_1 = rnorm(n = n))
> dd[, pixel_2 := 0.3 * pixel_1 + rnorm(n)]
> dd[, y := 5 * x + 3 * pixel_1 + 2 * pixel_2 + rnorm(n)]
>
> create.formula(outcome.name = "y", input.names = "x", input.patterns = c("pi", "xel"), dat = dd)
Error in `[.data.table`(inclusion.table, exclude.null.quantity == F, `:=`(class, :
attempt access index 2/2 in VECTOR_ELT
Calls: create.formula -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.0.8
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> testthat::test_check("formulaic")
Loading required package: formulaic
Saving _problems/test-create_formula-51.R
Saving _problems/test-reduce-formula-10.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-create_formula.R:46:1'): (code run outside of `test_that()`) ───
Error in ``[.data.table`(inclusion.table, exclude.null.quantity == F, `:=`(class, dat[, class(eval(parse(text = add.backtick(x = variable, dat = dat))))]), by = variable)`: attempt access index 2/2 in VECTOR_ELT
Backtrace:
▆
1. └─formulaic::create.formula(...) at test-create_formula.R:46:1
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('test-reduce-formula.R:6:1'): (code run outside of `test_that()`) ────
Error in ``[.data.table`(inclusion.table, exclude.null.quantity == F, `:=`(class, dat[, class(eval(parse(text = add.backtick(x = variable, dat = dat))))]), by = variable)`: attempt access index 2/2 in VECTOR_ELT
Backtrace:
▆
1. └─formulaic::reduce.existing.formula(...) at test-reduce-formula.R:6:1
2. └─formulaic::create.formula(...)
3. ├─...[]
4. └─data.table:::`[.data.table`(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.0.8
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘Introduction-to-formulaic.Rmd’ using rmarkdown
Quitting from Introduction-to-formulaic.Rmd:87-99 [example]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 2/2 in VECTOR_ELT
---
Backtrace:
▆
1. └─formulaic::create.formula(...)
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Introduction-to-formulaic.Rmd' failed with diagnostics:
attempt access index 2/2 in VECTOR_ELT
--- failed re-building ‘Introduction-to-formulaic.Rmd’
SUMMARY: processing the following file failed:
‘Introduction-to-formulaic.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.0.8
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> testthat::test_check("formulaic")
Loading required package: formulaic
Saving _problems/test-create_formula-51.R
Saving _problems/test-reduce-formula-10.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-create_formula.R:46:1'): (code run outside of `test_that()`) ───
Error in ``[.data.table`(inclusion.table, exclude.null.quantity == F, `:=`(class, dat[, class(eval(parse(text = add.backtick(x = variable, dat = dat))))]), by = variable)`: attempt access index 2/2 in VECTOR_ELT
Backtrace:
▆
1. └─formulaic::create.formula(...) at test-create_formula.R:46:1
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('test-reduce-formula.R:6:1'): (code run outside of `test_that()`) ────
Error in ``[.data.table`(inclusion.table, exclude.null.quantity == F, `:=`(class, dat[, class(eval(parse(text = add.backtick(x = variable, dat = dat))))]), by = variable)`: attempt access index 2/2 in VECTOR_ELT
Backtrace:
▆
1. └─formulaic::reduce.existing.formula(...) at test-reduce-formula.R:6:1
2. └─formulaic::create.formula(...)
3. ├─...[]
4. └─data.table:::`[.data.table`(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0.8
Check: examples
Result: ERROR
Running examples in ‘formulaic-Ex.R’ failed
The error most likely occurred in:
> ### Name: create.formula
> ### Title: Create Formula
> ### Aliases: create.formula
>
> ### ** Examples
>
> n <- 10
> dd <- data.table::data.table(w = rnorm(n= n), x = rnorm(n = n), pixel_1 = rnorm(n = n))
> dd[, pixel_2 := 0.3 * pixel_1 + rnorm(n)]
> dd[, y := 5 * x + 3 * pixel_1 + 2 * pixel_2 + rnorm(n)]
>
> create.formula(outcome.name = "y", input.names = "x", input.patterns = c("pi", "xel"), dat = dd)
Error in `[.data.table`(inclusion.table, exclude.null.quantity == F, `:=`(class, :
attempt access index 2/2 in VECTOR_ELT
Calls: create.formula -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.0.8
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> testthat::test_check("formulaic")
Loading required package: formulaic
Saving _problems/test-create_formula-51.R
Saving _problems/test-reduce-formula-10.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-create_formula.R:46:1'): (code run outside of `test_that()`) ───
Error in ``[.data.table`(inclusion.table, exclude.null.quantity == F, `:=`(class, dat[, class(eval(parse(text = add.backtick(x = variable, dat = dat))))]), by = variable)`: attempt access index 2/2 in VECTOR_ELT
Backtrace:
▆
1. └─formulaic::create.formula(...) at test-create_formula.R:46:1
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('test-reduce-formula.R:6:1'): (code run outside of `test_that()`) ────
Error in ``[.data.table`(inclusion.table, exclude.null.quantity == F, `:=`(class, dat[, class(eval(parse(text = add.backtick(x = variable, dat = dat))))]), by = variable)`: attempt access index 2/2 in VECTOR_ELT
Backtrace:
▆
1. └─formulaic::reduce.existing.formula(...) at test-reduce-formula.R:6:1
2. └─formulaic::create.formula(...)
3. ├─...[]
4. └─data.table:::`[.data.table`(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.0.8
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘Introduction-to-formulaic.Rmd’ using rmarkdown
Quitting from Introduction-to-formulaic.Rmd:87-99 [example]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 2/2 in VECTOR_ELT
---
Backtrace:
▆
1. └─formulaic::create.formula(...)
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Introduction-to-formulaic.Rmd' failed with diagnostics:
attempt access index 2/2 in VECTOR_ELT
--- failed re-building ‘Introduction-to-formulaic.Rmd’
SUMMARY: processing the following file failed:
‘Introduction-to-formulaic.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc