Last updated on 2022-09-11 12:56:20 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | 4.99 | 48.07 | 53.06 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 3.37 | 41.65 | 45.02 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 81.97 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 79.77 | NOTE | |||
r-devel-windows-x86_64 | 0.3.1 | 13.00 | 79.00 | 92.00 | NOTE | |
r-patched-linux-x86_64 | 0.3.1 | 3.44 | 50.88 | 54.32 | NOTE | |
r-release-linux-x86_64 | 0.3.1 | 4.29 | 40.77 | 45.06 | NOTE | |
r-release-macos-arm64 | 0.3.1 | 25.00 | NOTE | |||
r-release-macos-x86_64 | 0.3.1 | 42.00 | NOTE | |||
r-release-windows-x86_64 | 0.3.1 | 13.00 | 109.00 | 122.00 | ERROR | |
r-oldrel-macos-arm64 | 0.3.1 | 29.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.3.1 | 36.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.3.1 | 11.00 | 78.00 | 89.00 | NOTE |
Version: 0.3.1
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.3.1
Check: tests
Result: ERROR
Running 'testthat.R' [48s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(imgpalr)
>
> test_check("imgpalr")
[ FAIL 1 | WARN 0 | 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:4
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. ├─base::suppressWarnings(download.file(url, method = method, ...))
7. │ └─base::withCallingHandlers(...)
8. └─utils::download.file(url, method = method, ...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 11 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64