Last updated on 2025-12-21 11:50:44 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| bootGOF | 13 | ||
| sanityTracker | 4 | 3 | 6 |
| simTool | 13 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 4, NOTE: 3, OK: 6
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘sanityTracker-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: sc_cols_unique
> ### Title: Checks that the combination of the specified columns is unique
> ### Aliases: sc_cols_unique
>
> ### ** Examples
>
> dummy_call <- function(x) {
+ sc_cols_unique(
+ object = x,
+ cols = c("Species", "Sepal.Length",
+ "Sepal.Width", "Petal.Length"))
+ }
> dummy_call(x = iris)
Error in `[.data.table`(dt, , `:=`(.n_col_cmb, .N), by = cols) :
attempt access index 5/5 in VECTOR_ELT
Calls: dummy_call -> sc_cols_unique -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(sanityTracker)
>
> test_check("sanityTracker")
Saving _problems/test_convenience-138.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_convenience.R:136:3'): (code run outside of `test_that()`) ─────
Error in ``[.data.table`(dt, , `:=`(.n_col_cmb, .N), by = cols)`: attempt access index 3/3 in VECTOR_ELT
Backtrace:
▆
1. └─sanityTracker (local) dummy_call(x = d) at test_convenience.R:141:1
2. └─sanityTracker::sc_cols_unique(...) at test_convenience.R:136:3
3. ├─dt[, `:=`(.n_col_cmb, .N), by = cols]
4. └─data.table:::`[.data.table`(dt, , `:=`(.n_col_cmb, .N), by = cols)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(sanityTracker)
>
> test_check("sanityTracker")
Saving _problems/test_convenience-138.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_convenience.R:136:3'): (code run outside of `test_that()`) ─────
Error in ``[.data.table`(dt, , `:=`(.n_col_cmb, .N), by = cols)`: attempt access index 3/3 in VECTOR_ELT
Backtrace:
▆
1. └─sanityTracker (local) dummy_call(x = d) at test_convenience.R:141:1
2. └─sanityTracker::sc_cols_unique(...) at test_convenience.R:136:3
3. ├─dt[, `:=`(.n_col_cmb, .N), by = cols]
4. └─data.table:::`[.data.table`(dt, , `:=`(.n_col_cmb, .N), by = cols)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘sanityTracker-Ex.R’ failed
The error most likely occurred in:
> ### Name: sc_cols_unique
> ### Title: Checks that the combination of the specified columns is unique
> ### Aliases: sc_cols_unique
>
> ### ** Examples
>
> dummy_call <- function(x) {
+ sc_cols_unique(
+ object = x,
+ cols = c("Species", "Sepal.Length",
+ "Sepal.Width", "Petal.Length"))
+ }
> dummy_call(x = iris)
Error in `[.data.table`(dt, , `:=`(.n_col_cmb, .N), by = cols) :
attempt access index 5/5 in VECTOR_ELT
Calls: dummy_call -> sc_cols_unique -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(sanityTracker)
>
> test_check("sanityTracker")
Saving _problems/test_convenience-138.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_convenience.R:136:3'): (code run outside of `test_that()`) ─────
Error in ``[.data.table`(dt, , `:=`(.n_col_cmb, .N), by = cols)`: attempt access index 3/3 in VECTOR_ELT
Backtrace:
▆
1. └─sanityTracker (local) dummy_call(x = d) at test_convenience.R:141:1
2. └─sanityTracker::sc_cols_unique(...) at test_convenience.R:136:3
3. ├─dt[, `:=`(.n_col_cmb, .N), by = cols]
4. └─data.table:::`[.data.table`(dt, , `:=`(.n_col_cmb, .N), by = cols)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
Error:
! Test failures.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
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: OK: 13