Last updated on 2026-04-26 03:49:40 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.8.7 | 9.38 | 416.66 | 426.04 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.8.7 | 6.35 | 291.19 | 297.54 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.8.7 | 17.00 | 716.69 | 733.69 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.8.7 | 15.00 | 676.40 | 691.40 | OK | |
| r-patched-linux-x86_64 | 2.8.7 | 9.65 | 401.12 | 410.77 | OK | |
| r-release-linux-x86_64 | 2.8.7 | 7.21 | 74.20 | 81.41 | ERROR | |
| r-release-macos-arm64 | 2.8.7 | 2.00 | 121.00 | 123.00 | OK | |
| r-release-macos-x86_64 | 2.8.7 | 7.00 | 448.00 | 455.00 | OK | |
| r-release-windows-x86_64 | 2.8.7 | 10.00 | 423.00 | 433.00 | OK | |
| r-oldrel-macos-arm64 | 2.8.7 | 2.00 | 123.00 | 125.00 | OK | |
| r-oldrel-macos-x86_64 | 2.8.7 | 6.00 | 363.00 | 369.00 | OK | |
| r-oldrel-windows-x86_64 | 2.8.7 | 17.00 | 565.00 | 582.00 | OK |
Version: 2.8.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/64s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(DataQualityDashboard)
Loading required package: DatabaseConnector
>
> test_check("DataQualityDashboard")
Consider adding `DATABASECONNECTOR_JAR_FOLDER='/home/hornik/tmp/scratch/RtmpdxRdcc/jdbcDrivers261de0a11ec49'` to /home/hornik/.Renviron and restarting R.
trying URL 'https://jdbc.postgresql.org/download/postgresql-42.7.3.jar'
Content type 'application/java-archive' length 1089312 bytes (1.0 MB)
=======================================
downloaded 831 KB
Error in `source_dir()`:
! Failed to evaluate './setup.R'.
Caused by error in `download.file()`:
! download from 'https://jdbc.postgresql.org/download/postgresql-42.7.3.jar' failed
Backtrace:
▆
1. ├─testthat::test_check("DataQualityDashboard")
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. │ └─DatabaseConnector::downloadJdbcDrivers("postgresql", jdbcDriverFolder) at ./setup.R:63:3
15. │ └─utils::download.file(...)
16. └─base::.handleSimpleError(...)
17. └─testthat (local) h(simpleError(msg, call))
18. └─cli::cli_abort(...)
19. └─rlang::abort(...)
Warning messages:
1: In download.file(url = paste0(driverSource$baseUrl, driverSource$fileName), :
downloaded length 851932 != reported length 1089312
2: In download.file(url = paste0(driverSource$baseUrl, driverSource$fileName), :
URL 'https://jdbc.postgresql.org/download/postgresql-42.7.3.jar': Timeout of 60 seconds was reached
Execution halted
Flavor: r-release-linux-x86_64