Last updated on 2026-03-08 05:50:23 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 18.27 | 205.56 | 223.83 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 10.70 | 109.90 | 120.60 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 38.00 | 308.55 | 346.55 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 37.00 | 306.66 | 343.66 | OK | |
| r-devel-macos-arm64 | 0.2.0 | 5.00 | 40.00 | 45.00 | OK | |
| r-devel-windows-x86_64 | 0.2.0 | 20.00 | 158.00 | 178.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 20.32 | 187.87 | 208.19 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 16.97 | 188.43 | 205.40 | OK | |
| r-release-macos-arm64 | 0.2.0 | OK | ||||
| r-release-macos-x86_64 | 0.2.0 | 13.00 | 199.00 | 212.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 20.00 | 155.00 | 175.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.0 | 15.00 | 164.00 | 179.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 28.00 | 223.00 | 251.00 | OK |
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/6s]
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 in `basename(x)`: a character vector argument expected
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:::compose_tiles(tile_grid, images)
7. ├─base::unique(tools::file_ext(images))
8. └─tools::file_ext(images)
9. ├─base::ifelse(...)
10. ├─base::grepl("^(.*[^.]+.*)[.]([[:alnum:]]+)$", basename(x))
11. │ └─base::is.factor(x)
12. └─base::basename(x)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 2 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc