CRAN Package Check Results for Package badger

Last updated on 2024-05-03 05:52:59 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.3 5.37 52.90 58.27 OK
r-devel-linux-x86_64-debian-gcc 0.2.3 4.53 40.13 44.66 OK
r-devel-linux-x86_64-fedora-clang 0.2.3 75.75 OK
r-devel-linux-x86_64-fedora-gcc 0.2.3 70.90 OK
r-devel-windows-x86_64 0.2.3 7.00 70.00 77.00 OK
r-patched-linux-x86_64 0.2.3 6.91 50.91 57.82 OK
r-release-linux-x86_64 0.2.3 5.05 53.32 58.37 OK
r-release-macos-arm64 0.2.3 31.00 OK
r-release-windows-x86_64 0.2.3 8.00 60.00 68.00 ERROR
r-oldrel-macos-arm64 0.2.3 26.00 OK
r-oldrel-macos-x86_64 0.2.3 39.00 OK
r-oldrel-windows-x86_64 0.2.3 9.00 69.00 78.00 OK

Check Details

Version: 0.2.3
Check: tests
Result: ERROR Running 'testthat.R' [3s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(badger) > > test_check("badger") [ FAIL 2 | WARN 2 | SKIP 0 | PASS 8 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-badges.R:5:3'): GitHub badges output as expected ─────────────── Error in `file(con, "r")`: cannot open the connection to 'https://raw.githubusercontent.com/GuangchuangYu/badger/master/DESCRIPTION' Backtrace: ▆ 1. ├─testthat::expect_match(...) at test-badges.R:5:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─badger::badge_github_version("GuangchuangYu/badger", color = "blue") 5. └─badger::ver_devel(pkg) 6. └─rvcheck::check_github(pkg) 7. └─rvcheck:::check_github_gitlab(pkg, "github") 8. └─base::readLines(url) 9. └─base::file(con, "r") ── Error ('test-badges.R:70:3'): Other badges output as expected ─────────────── Error in `file(con, "r")`: cannot open the connection to 'https://raw.githubusercontent.com/GuangchuangYu/badger/master/DESCRIPTION' Backtrace: ▆ 1. ├─testthat::expect_is(ver_devel("GuangchuangYu/badger"), "character") at test-badges.R:70:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─badger::ver_devel("GuangchuangYu/badger") 5. └─rvcheck::check_github(pkg) 6. └─rvcheck:::check_github_gitlab(pkg, "github") 7. └─base::readLines(url) 8. └─base::file(con, "r") [ FAIL 2 | WARN 2 | SKIP 0 | PASS 8 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64