Last updated on 2025-12-28 01:49:20 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| bootGOF | 13 | ||
| sanityTracker | 1 | 3 | 9 |
| simTool | 13 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, NOTE: 3, OK: 9
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
Flavor: r-devel-windows-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [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-windows-x86_64
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
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.