Last updated on 2026-08-05 21:53:04 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.2 | 2.05 | 36.71 | 38.76 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.2.2 | 1.68 | 29.30 | 30.98 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.2 | 27.10 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 31.47 | ERROR | |||
| r-devel-windows-x86_64 | 0.2.2 | 5.00 | 55.00 | 60.00 | ERROR | |
| r-patched-linux-x86_64 | 0.2.2 | 1.88 | 37.45 | 39.33 | OK | |
| r-release-linux-x86_64 | 0.2.2 | 1.93 | 37.34 | 39.27 | 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 | 4.00 | 60.00 | 64.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 | 66.00 | 72.00 | ERROR |
Version: 0.2.2
Check: tests
Result: 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
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.2.2
Check: re-building of vignette outputs
Result: 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
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/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 ──
<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
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’
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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.2.2
Check: re-building of vignette outputs
Result: 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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.2.2
Check: tests
Result: 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 ──
<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
Flavor: r-devel-windows-x86_64
Version: 0.2.2
Check: tests
Result: ERROR
Running 'testthat.R' [7s]
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
Flavor: r-oldrel-windows-x86_64