Last updated on 2026-06-21 12:53:57 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1.0 | 5.49 | 97.69 | 103.18 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.1.0 | 3.95 | 77.25 | 81.20 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.1.0 | 10.00 | 134.85 | 144.85 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.1.0 | 9.00 | 194.37 | 203.37 | OK | |
| r-devel-windows-x86_64 | 2.1.0 | 8.00 | 155.00 | 163.00 | OK | |
| r-patched-linux-x86_64 | 2.1.0 | 5.34 | 120.88 | 126.22 | OK | |
| r-release-linux-x86_64 | 2.1.0 | 5.51 | 123.89 | 129.40 | OK | |
| r-release-macos-arm64 | 2.1.0 | 2.00 | 45.00 | 47.00 | OK | |
| r-release-macos-x86_64 | 2.1.0 | 4.00 | 155.00 | 159.00 | OK | |
| r-release-windows-x86_64 | 2.1.0 | 7.00 | 179.00 | 186.00 | OK | |
| r-oldrel-macos-arm64 | 2.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 2.1.0 | 3.00 | 88.00 | 91.00 | OK | |
| r-oldrel-windows-x86_64 | 2.1.0 | 9.00 | 221.00 | 230.00 | OK |
Version: 2.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [41s/215s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(Eunomia)
> test_check("Eunomia")
trying URL 'https://raw.githubusercontent.com/OHDSI/EunomiaDatasets/main/datasets/GiBleed/GiBleed_5.3.zip'
Content type 'application/zip' length 6861852 bytes (6.5 MB)
==================================================
downloaded 6.5 MB
trying URL 'https://raw.githubusercontent.com/OHDSI/EunomiaDatasets/main/datasets/GiBleed/GiBleed_5.3.zip'
Content type 'application/zip' length 6861852 bytes (6.5 MB)
==================================================
downloaded 6.5 MB
trying URL 'https://raw.githubusercontent.com/OHDSI/EunomiaDatasets/main/datasets/GiBleed/GiBleed_5.3.zip'
Content type 'application/zip' length 6861852 bytes (6.5 MB)
==============================
downloaded 4.0 MB
Saving _problems/test-EunomiaData-9.R
trying URL 'https://raw.githubusercontent.com/OHDSI/EunomiaDatasets/main/datasets/Synthea27Nj/Synthea27Nj_5.4.zip'
Content type 'application/zip' length 3351707 bytes (3.2 MB)
==================================================
downloaded 3.2 MB
adding: tmp/RtmpaCjX2N/file23ce893dea3e2asomefile.txt (stored 0%)
trying URL 'https://raw.githubusercontent.com/OHDSI/EunomiaDatasets/main/datasets/GiBleed/GiBleed_5.3.zip'
Content type 'application/zip' length 6861852 bytes (6.5 MB)
==================================================
downloaded 6.5 MB
trying URL 'https://raw.githubusercontent.com/OHDSI/EunomiaDatasets/main/datasets/GiBleed/GiBleed_5.3.zip'
Content type 'application/zip' length 6861852 bytes (6.5 MB)
==========================
downloaded 3.5 MB
Saving _problems/test-basic-17.R
Cohorts created in table main.cohort
Cohorts created in table main.cohort
[ FAIL 2 | WARN 5 | SKIP 0 | PASS 67 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-EunomiaData.R:9:3'): Overwrite test for downloadEunomiaData ────
Error in `utils::download.file(url = paste(baseUrl, datasetName, zipName, sep = "/"), destfile = file.path(pathToData, zipName))`: download from 'https://raw.githubusercontent.com/OHDSI/EunomiaDatasets/main/datasets/GiBleed/GiBleed_5.3.zip' failed
Backtrace:
▆
1. └─Eunomia::downloadEunomiaData(datasetName = "GiBleed", overwrite = T) at test-EunomiaData.R:9:3
2. └─utils::download.file(...)
── Failure ('test-basic.R:17:3'): Dataset downloaded but not loaded into SQLite ──
`getDatabaseFile(datasetName = "GiBleed")` threw an error.
Message: download from 'https://raw.githubusercontent.com/OHDSI/EunomiaDatasets/main/datasets/GiBleed/GiBleed_5.3.zip' failed
Class: simpleError/error/condition
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-basic.R:17:3
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─Eunomia::getDatabaseFile(datasetName = "GiBleed")
7. └─Eunomia::downloadEunomiaData(...)
8. └─utils::download.file(...)
[ FAIL 2 | WARN 5 | SKIP 0 | PASS 67 ]
Error:
! Test failures.
Warning message:
call dbDisconnect() when finished working with a connection
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc