CRAN Package Check Results for Package healthatlas

Last updated on 2026-05-20 14:48:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.2 2.01 39.11 41.12 OK
r-devel-linux-x86_64-debian-gcc 0.2.2 1.55 30.58 32.13 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.2 63.92 OK
r-devel-linux-x86_64-fedora-gcc 0.2.2 73.05 OK
r-devel-windows-x86_64 0.2.2 4.00 59.00 63.00 OK
r-patched-linux-x86_64 0.2.2 2.07 35.65 37.72 OK
r-release-linux-x86_64 0.2.2 2.01 36.44 38.45 OK
r-release-macos-arm64 0.2.2 1.00 21.00 22.00 OK
r-release-macos-x86_64 0.2.2 2.00 68.00 70.00 OK
r-release-windows-x86_64 0.2.2 5.00 61.00 66.00 OK
r-oldrel-macos-arm64 0.2.2 OK
r-oldrel-macos-x86_64 0.2.2 2.00 59.00 61.00 OK
r-oldrel-windows-x86_64 0.2.2 6.00 69.00 75.00 OK

Check Details

Version: 0.2.2
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/308s] 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(healthatlas) > > test_check("healthatlas") Saving _problems/test-ha_layer-18.R [ FAIL 1 | WARN 0 | SKIP 4 | PASS 49 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-ha_coverage.R:2:3', 'test-ha_coverage.R:18:3', 'test-ha_coverage.R:36:3', 'test-ha_topics.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ha_layer.R:18:5'): check a single layer ──────────────────────── Error: Cannot open "https://metopio.blob.core.windows.net/lalage/atlas/3/shapes/communityareas.topo.json"; The file doesn't seem to exist. Backtrace: ▆ 1. └─healthatlas::ha_layer("neighborhood", progress = FALSE) 2. ├─base::subset(sf::read_sf(layer_url), select = "id") 3. └─sf::read_sf(layer_url) 4. ├─sf::st_read(...) 5. └─sf:::st_read.default(...) 6. └─sf:::st_read.character(dsn, layer, ...) 7. └─sf:::CPL_read_ogr(...) [ FAIL 1 | WARN 0 | SKIP 4 | PASS 49 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc