Last updated on 2026-08-22 13:50:45 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1 | 36.27 | 321.25 | 357.52 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1 | 26.25 | 209.13 | 235.38 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1 | 30.00 | 210.35 | 240.35 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1 | 26.00 | 191.18 | 217.18 | OK | |
| r-devel-windows-x86_64 | 0.1 | 41.00 | 285.00 | 326.00 | OK | |
| r-patched-linux-x86_64 | 0.1 | 36.90 | 302.35 | 339.25 | OK | |
| r-release-linux-x86_64 | 0.1 | 34.54 | 307.78 | 342.32 | ERROR | |
| r-release-macos-arm64 | 0.1 | 8.00 | 67.00 | 75.00 | OK | |
| r-release-macos-x86_64 | 0.1 | 24.00 | 406.00 | 430.00 | OK | |
| r-release-windows-x86_64 | 0.1 | 37.00 | 243.00 | 280.00 | OK | |
| r-oldrel-macos-arm64 | 0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1 | 23.00 | 414.00 | 437.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1 | 56.00 | 363.00 | 419.00 | OK |
Version: 0.1
Check: examples
Result: ERROR
Running examples in ‘tmap.sources-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tmap_src_accessors
> ### Title: Derived accessors for tmap source metadata
> ### Aliases: tmap_src_accessors tmap_src_layers tmap_src_vars tmap_src_cats
>
> ### ** Examples
>
> urls <- tmap_src_overture()
Warning in open.connection(con, "rb") :
cannot open URL 'https://stac.overturemaps.org/catalog.json': HTTP status was '404 Not Found'
Error in `value[[3L]]()`:
! Could not fetch Overture STAC catalog: cannot open the connection to
'https://stac.overturemaps.org/catalog.json'
Backtrace:
▆
1. └─tmap.sources::tmap_src_overture()
2. └─tmap.sources:::.overture_latest_release()
3. └─base::tryCatch(...)
4. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
5. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
6. └─value[[3L]](cond)
7. └─cli::cli_abort("Could not fetch Overture STAC catalog: {conditionMessage(e)}")
8. └─rlang::abort(...)
Execution halted
Flavor: r-release-linux-x86_64