Last updated on 2025-04-30 04:50:08 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.0 | 3.43 | 43.02 | 46.45 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.4.0 | 2.61 | 30.77 | 33.38 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.4.0 | 70.77 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 67.20 | OK | |||
r-devel-windows-x86_64 | 0.4.0 | 5.00 | 62.00 | 67.00 | OK | |
r-patched-linux-x86_64 | 0.4.0 | 2.85 | 39.48 | 42.33 | OK | |
r-release-linux-x86_64 | 0.4.0 | 3.42 | 39.21 | 42.63 | OK | |
r-release-macos-arm64 | 0.4.0 | 28.00 | OK | |||
r-release-macos-x86_64 | 0.4.0 | 42.00 | OK | |||
r-release-windows-x86_64 | 0.4.0 | 6.00 | 66.00 | 72.00 | OK | |
r-oldrel-macos-arm64 | 0.4.0 | 29.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.0 | 43.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.0 | 6.00 | 68.00 | 74.00 | OK |
Version: 0.4.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/8s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(imgpalr)
>
> test_check("imgpalr")
[ 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, arg = "object")
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