Last updated on 2026-08-18 04:50:48 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.0 | 3.60 | 45.59 | 49.19 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.0 | 3.07 | 33.43 | 36.50 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.0 | 32.54 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 30.54 | OK | |||
| r-devel-windows-x86_64 | 0.4.0 | 7.00 | 63.00 | 70.00 | OK | |
| r-patched-linux-x86_64 | 0.4.0 | 3.49 | 41.19 | 44.68 | OK | |
| r-release-linux-x86_64 | 0.4.0 | 3.39 | 40.95 | 44.34 | OK | |
| r-release-macos-arm64 | 0.4.0 | 1.00 | 15.00 | 16.00 | OK | |
| r-release-macos-x86_64 | 0.4.0 | 3.00 | 51.00 | 54.00 | OK | |
| r-release-windows-x86_64 | 0.4.0 | 7.00 | 0.00 | 7.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.0 | 2.00 | 40.00 | 42.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.0 | 7.00 | 72.00 | 79.00 | OK |
Version: 0.4.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/12s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(imgpalr)
>
> test_check("imgpalr")
Saving _problems/test-load-12.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 11 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-load.R:12:5'): image_load loads file ───────────────────────────
Error in `download.file(url, method = method, ...)`: cannot open URL 'https://raw.githubusercontent.com/leonawicz/imgpalr/master/inst/blue-yellow.png'
Backtrace:
▆
1. ├─testthat::expect_is(...) at test-load.R:12:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─imgpalr::image_load(paste0(url, basename(x[1])))
5. └─downloader::download(file, destfile = tmp, quiet = TRUE, mode = "wb")
6. └─utils::download.file(url, method = method, ...)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 11 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc