- using R version 4.6.1 (2026-06-24)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16.1.0-3) 16.1.0
GNU Fortran (Debian 16.1.0-3) 16.1.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-08-08 14:08:06 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 executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘healthatlas’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... 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/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/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 ... [4s/5s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... 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 ... [0s/1s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [5s/8s] ERROR
Running ‘testthat.R’ [5s/8s]
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 ──
<Rcpp::exception/C++Error/error/condition>
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/7s] ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘healthatlas.Rmd’ using rmarkdown
Quitting from healthatlas.Rmd:147-150 [unnamed-chunk-15]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
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 ... [4s/6s] OK
- checking HTML version of manual ... [0s/1s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 2 ERRORs