Last updated on 2026-02-11 16:49:23 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.12.0 | OK | ||||
| r-devel-linux-x86_64-debian-gcc | 3.12.0 | 8.32 | 411.56 | 419.88 | OK | |
| r-devel-linux-x86_64-fedora-clang | 3.12.0 | 21.00 | 974.29 | 995.29 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 3.12.0 | 20.00 | 1019.12 | 1039.12 | OK | |
| r-devel-macos-arm64 | 3.12.0 | 3.00 | 95.00 | 98.00 | ERROR | |
| r-devel-windows-x86_64 | 3.12.0 | 13.00 | 658.00 | 671.00 | OK | |
| r-patched-linux-x86_64 | 3.12.0 | 13.68 | 576.69 | 590.37 | OK | |
| r-release-linux-x86_64 | 3.12.0 | 11.96 | 575.55 | 587.51 | OK | |
| r-release-macos-arm64 | 3.12.0 | OK | ||||
| r-release-macos-x86_64 | 3.12.0 | 10.00 | 709.00 | 719.00 | OK | |
| r-release-windows-x86_64 | 3.12.0 | 13.00 | 650.00 | 663.00 | OK | |
| r-oldrel-macos-arm64 | 3.12.0 | OK | ||||
| r-oldrel-macos-x86_64 | 3.12.0 | 9.00 | 780.00 | 789.00 | OK | |
| r-oldrel-windows-x86_64 | 3.12.0 | 19.00 | 809.00 | 828.00 | OK |
Version: 3.12.0
Check: tests
Result: ERROR
Running ‘testBigQuery.R’ [0s/0s]
Running ‘testOracle.R’ [0s/0s]
Running ‘testPostgres.R’ [0s/0s]
Running ‘testRedshift.R’ [0s/0s]
Running ‘testSnowflake.R’ [0s/0s]
Running ‘testSpark.R’ [0s/0s]
Running ‘testSqlServer.R’ [0s/0s]
Running ‘testSqlite.R’ [1s/2s]
Running the tests in ‘tests/testSqlite.R’ failed.
Complete output:
> library(testthat)
> options(dbms = "sqlite")
> runTestsOnEunomia <- TRUE
> if (runTestsOnEunomia) {
+ test_check("FeatureExtraction")
+ }
Loading required package: FeatureExtraction
Loading required package: DatabaseConnector
Loading required package: Andromeda
Loading required package: dplyr
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
************* Testing on sqlite *************
Error in `source_dir()`:
! Failed to evaluate './setup.R'.
Caused by error in `loadNamespace()`:
! there is no package called 'Eunomia'
Backtrace:
▆
1. ├─testthat::test_check("FeatureExtraction")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_setup(".", env)
7. │ └─testthat::source_dir(path, "^setup.*\\.[rR]$", env = env, wrap = FALSE)
8. │ └─base::lapply(...)
9. │ └─testthat (local) FUN(X[[i]], ...)
10. │ └─testthat::source_file(...)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. ├─base::loadNamespace(x) at ./setup.R:220:5
15. │ ├─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
16. │ │ └─base (local) withOneRestart(expr, restarts[[1L]])
17. │ │ └─base (local) doWithOneRestart(return(expr), restart)
18. │ └─base::stop(cond)
19. └─testthat (local) `<fn>`(`<pckgNtFE>`)
20. └─cli::cli_abort(...)
21. └─rlang::abort(...)
Execution halted
Flavor: r-devel-macos-arm64