Last updated on 2026-02-02 01:48:53 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.8.6 | 9.23 | 416.80 | 426.03 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.8.6 | 6.31 | 57.31 | 63.62 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.8.6 | 16.00 | 703.05 | 719.05 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.8.6 | 16.00 | 688.58 | 704.58 | OK | |
| r-devel-windows-x86_64 | 2.8.6 | 12.00 | 438.00 | 450.00 | OK | |
| r-release-linux-x86_64 | 2.8.6 | 9.11 | 400.61 | 409.72 | OK | |
| r-release-macos-arm64 | 2.8.6 | 2.00 | 109.00 | 111.00 | OK | |
| r-release-macos-x86_64 | 2.8.6 | 6.00 | 453.00 | 459.00 | OK | |
| r-release-windows-x86_64 | 2.8.6 | 11.00 | 436.00 | 447.00 | OK | |
| r-oldrel-macos-arm64 | 2.8.6 | 2.00 | 128.00 | 130.00 | OK | |
| r-oldrel-macos-x86_64 | 2.8.6 | 7.00 | 347.00 | 354.00 | OK | |
| r-oldrel-windows-x86_64 | 2.8.6 | 15.00 | 552.00 | 567.00 | OK |
Version: 2.8.6
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='/tmp/RtmpkDF0Ml/jdbcDrivers820da3ed68055'` 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 0 bytes
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 0 != 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-devel-linux-x86_64-debian-gcc