CRAN Package Check Results for Package runonce

Last updated on 2025-04-10 16:54:08 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.3 1.60 20.11 21.71 OK
r-devel-linux-x86_64-debian-gcc 0.2.3 1.33 16.38 17.71 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.3 34.70 OK
r-devel-linux-x86_64-fedora-gcc 0.2.3 32.41 OK
r-devel-macos-arm64 0.2.3 34.00 OK
r-devel-macos-x86_64 0.2.3 41.00 OK
r-devel-windows-x86_64 0.2.3 3.00 58.00 61.00 OK
r-patched-linux-x86_64 0.2.3 1.81 19.86 21.67 OK
r-release-linux-x86_64 0.2.3 OK
r-release-macos-arm64 0.2.3 31.00 OK
r-release-macos-x86_64 0.2.3 38.00 OK
r-release-windows-x86_64 0.2.3 3.00 57.00 60.00 OK
r-oldrel-macos-arm64 0.2.3 OK
r-oldrel-macos-x86_64 0.2.3 36.00 OK
r-oldrel-windows-x86_64 0.2.3 3.00 59.00 62.00 OK

Check Details

Version: 0.2.3
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/73s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(runonce) > > test_check("runonce") user system elapsed 0.002 0.000 2.006 user system elapsed 0.003 0.000 2.005 [ FAIL 1 | WARN 1 | SKIP 0 | PASS 26 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-download-file.R:12:3'): download_file() works ────────────────── Error in `utils::download.file(url, destfile = fname, mode = mode, ...)`: cannot open URL 'https://github.com/privefl.png' Backtrace: ▆ 1. └─runonce::download_file(myurl, overwrite = TRUE, quiet = TRUE) at test-download-file.R:12:3 2. └─utils::download.file(url, destfile = fname, mode = mode, ...) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 26 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc