CRAN Package Check Results for Package roadDB

Last updated on 2026-06-30 18:53:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 7.16 103.12 110.28 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 4.89 74.53 79.42 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 12.00 160.36 172.36 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 11.00 156.13 167.13 OK
r-devel-windows-x86_64 0.1.0 9.00 600.00 609.00 OK
r-patched-linux-x86_64 0.1.0 6.33 96.02 102.35 OK
r-release-linux-x86_64 0.1.0 OK
r-release-macos-arm64 0.1.0 2.00 850.00 852.00 OK
r-release-macos-x86_64 0.1.0 5.00 943.00 948.00 OK
r-release-windows-x86_64 0.1.0 9.00 586.00 595.00 OK
r-oldrel-macos-arm64 0.1.0 2.00 1020.00 1022.00 OK
r-oldrel-macos-x86_64 0.1.0 5.00 1149.00 1154.00 OK
r-oldrel-windows-x86_64 0.1.0 12.00 7899.00 7911.00 ERROR

Check Details

Version: 0.1.0
Check: tests
Result: ERROR Running 'testthat.R' [130m] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(roadDB) This package utilizes a regularly updated version of ROAD, so results may vary over time. An active internet connection is required, and the server may occasionally be offline. For the current ROAD version and scheduled downtime, please refer to https://github.com/sommergeo/roadDB > > test_check("roadDB") Saving _problems/test-get_localities-3.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 275 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-get_localities.R:3:3'): road_get_localities() returns the correct data types ── Error: connection to server at "134.2.216.13", port 5432 failed: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. Backtrace: ▆ 1. └─roadDB::road_get_localities() at test-get_localities.R:3:3 2. └─roadDB::road_get_assemblages(...) 3. └─roadDB:::road_get_localities_internal(...) 4. └─roadDB:::road_run_query(query) 5. ├─DBI::dbConnect(...) 6. └─RPostgres::dbConnect(...) 7. └─RPostgres (local) .local(drv, ...) 8. └─RPostgres:::connection_create(names(opts), as.vector(opts), check_interrupts) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 275 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64