Last updated on 2026-08-19 04:56:49 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.5 | 6.04 | 55.92 | 61.96 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.5 | 4.53 | 42.27 | 46.80 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.5 | 43.43 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.5 | 41.55 | OK | |||
| r-devel-windows-x86_64 | 0.2.5 | 8.00 | 75.00 | 83.00 | OK | |
| r-patched-linux-x86_64 | 0.2.5 | 6.25 | 53.91 | 60.16 | OK | |
| r-release-linux-x86_64 | 0.2.5 | 5.30 | 54.66 | 59.96 | OK | |
| r-release-macos-arm64 | 0.2.5 | 2.00 | 25.00 | 27.00 | OK | |
| r-release-macos-x86_64 | 0.2.5 | 5.00 | 63.00 | 68.00 | OK | |
| r-release-windows-x86_64 | 0.2.5 | 9.00 | 0.00 | 9.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.5 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.5 | 4.00 | 47.00 | 51.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.5 | 11.00 | 109.00 | 120.00 | ERROR |
Version: 0.2.5
Check: tests
Result: ERROR
Running 'testthat.R' [22s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(badger)
>
> test_check("badger")
Saving _problems/test-badges-10.R
Saving _problems/test-badges-80.R
[ FAIL 2 | WARN 2 | SKIP 0 | PASS 9 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-badges.R:7: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:7:3
2. │ └─testthat::quasi_label(enquo(object), label)
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:80: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:80:3
2. │ └─testthat::quasi_label(enquo(object), label)
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 9 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64