Last updated on 2025-12-20 05:50:12 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 2.35 | 29.52 | 31.87 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.88 | 23.45 | 25.33 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 53.44 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 63.99 | ERROR | |||
| r-devel-windows-x86_64 | 0.1.0 | 3.00 | 53.00 | 56.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 2.66 | 27.54 | 30.20 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 1.98 | 27.82 | 29.80 | OK | |
| r-release-macos-arm64 | 0.1.0 | OK | ||||
| r-release-macos-x86_64 | 0.1.0 | 2.00 | 44.00 | 46.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 4.00 | 49.00 | 53.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 2.00 | 39.00 | 41.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.1.0 | 5.00 | 57.00 | 62.00 | NOTE |
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
Flavor: r-devel-linux-x86_64-debian-gcc
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