Last updated on 2026-05-20 14:48:48 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 21.30 | 197.37 | 218.67 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 12.71 | 118.78 | 131.49 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 37.00 | 314.99 | 351.99 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 42.00 | 330.79 | 372.79 | OK | |
| r-devel-windows-x86_64 | 0.2.0 | 19.00 | 155.00 | 174.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 21.32 | 189.96 | 211.28 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 16.95 | 190.10 | 207.05 | OK | |
| r-release-macos-arm64 | 0.2.0 | 5.00 | 40.00 | 45.00 | OK | |
| r-release-macos-x86_64 | 0.2.0 | 14.00 | 168.00 | 182.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 20.00 | 162.00 | 182.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.0 | 13.00 | 199.00 | 212.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 30.00 | 225.00 | 255.00 | OK |
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/17s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(earthtones)
>
> test_check("earthtones")
Saving _problems/test-earth-5.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 2 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-earth.R:5:3'): returns normal ──────────────────────────────────
Error: A problem occurred while downloading the tiles.
Please check the tile provider address.
Backtrace:
▆
1. ├─testthat::expect_is(get_earthtones(), "palette") at test-earth.R:5:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─earthtones::get_earthtones()
5. └─maptiles::get_tiles(...)
6. └─maptiles:::download_tiles(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 2 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc