-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
https://github.com/insightsengineering/teal.data/actions/runs/11648239950/job/32434437994
* checking tests ...
Running ‘testthat.R’
ERROR
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> pkg_name <- "teal.data"
> library(pkg_name, character.only = TRUE)
Loading required package: teal.code
> testthat::test_check(pkg_name)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 217 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cdisc_join_keys.R:2'): default_cdisc_join_keys is assigned in package environment ──
Error in `get(genname, envir = envir)`: object 'compare_proxy' not found
Backtrace:
▆
1. ├─testthat::expect_true(exists("default_cdisc_join_keys")) at test-cdisc_join_keys.R:2:3
2. │ └─testthat:::expect_waldo_constant(act, TRUE, info = info)
3. │ └─testthat:::waldo_compare(...)
4. └─base::loadNamespace(x)
5. ├─base::namespaceImportFrom(...)
6. │ └─base::asNamespace(ns)
7. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
8. └─base::registerS3methods(nsInfo$S3methods, package, env)
9. └─base (local) register_S3_method_delayed(pkg, gen, cls, fun)
10. └─base::registerS3method(gen, cls, fun, envir = asNamespace(pkg))
11. └─base::get(genname, envir = envir)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 217 ]
Error: Test failures
Execution halted