* using log directory 'd:/Rcompile/CRANpkg/local/4.6/healthatlas.Rcheck' * using R version 4.6.1 (2026-06-24 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-08-12 12:05:44 UTC * checking for file 'healthatlas/DESCRIPTION' ... OK * this is package 'healthatlas' version '0.2.2' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'healthatlas' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [0s] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [0s] OK * checking loading without being on the library search path ... [0s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [2s] OK * checking Rd files ... [0s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [1s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [6s] ERROR Running 'testthat.R' [5s] 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_data-72.R Saving _problems/test-ha_layer-18.R [ FAIL 2 | WARN 1 | SKIP 4 | PASS 45 ] ══ 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_data.R:66:5'): check data with two topics and two periods and geometry ── 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_data(...) at test-ha_data.R:66:5 2. └─healthatlas::ha_layer(layer_key, progress) 3. ├─base::subset(sf::read_sf(layer_url), select = "id") 4. └─sf::read_sf(layer_url) 5. ├─sf::st_read(...) 6. └─sf:::st_read.default(...) 7. └─sf:::st_read.character(dsn, layer, ...) 8. └─sf:::CPL_read_ogr(...) ── 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 2 | WARN 1 | SKIP 4 | PASS 45 ] Error: ! Test failures. Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [5s] ERROR Error(s) in re-building vignettes: --- re-building 'healthatlas.Rmd' using rmarkdown Quitting from healthatlas.Rmd:147-150 [unnamed-chunk-15] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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") 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(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'healthatlas.Rmd' failed with diagnostics: Cannot open "https://metopio.blob.core.windows.net/lalage/atlas/3/shapes/communityareas.topo.json"; The file doesn't seem to exist. --- failed re-building 'healthatlas.Rmd' SUMMARY: processing the following file failed: 'healthatlas.Rmd' Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... [20s] OK * checking HTML version of manual ... [2s] OK * DONE Status: 2 ERRORs Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > cleanEx() > nameEx("ha_topics") > ### * ha_topics > > flush(stderr()); flush(stdout()) > > ### Name: ha_topics > ### Title: List Topics > ### Aliases: ha_topics > > ### ** Examples > > > > > ### *