Last updated on 2025-11-19 01:48:41 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.5 | 5.83 | 57.92 | 63.75 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.5 | 4.55 | 42.94 | 47.49 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.5 | 12.00 | 86.78 | 98.78 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.5 | 44.00 | 58.45 | 102.45 | OK | |
| r-devel-windows-x86_64 | 0.2.5 | 10.00 | 71.00 | 81.00 | OK | |
| r-patched-linux-x86_64 | 0.2.5 | 5.89 | 53.04 | 58.93 | OK | |
| r-release-linux-x86_64 | 0.2.5 | 4.53 | 53.75 | 58.28 | OK | |
| r-release-macos-arm64 | 0.2.5 | 3.00 | 26.00 | 29.00 | OK | |
| r-release-macos-x86_64 | 0.2.5 | 6.00 | 45.00 | 51.00 | OK | |
| r-release-windows-x86_64 | 0.2.5 | 9.00 | 71.00 | 80.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.5 | 2.00 | 30.00 | 32.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.5 | 6.00 | 56.00 | 62.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.5 | 11.00 | 85.00 | 96.00 | OK |
Version: 0.2.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(badger)
>
> test_check("badger")
Saving _problems/test-badges-109.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 12 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-badges.R:100:3'): Other badges output as expected ──────────────
Error in `file(con, "r")`: cannot open the connection to 'https://mjl.clarivate.com:/search-results?issn=1548-7660&hide_exact_match_fl=true&utm_source=mjl&utm_medium=share-by-link&utm_campaign=journal-profile-share-this-journal'
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-badges.R:100:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─badger::badge_sci_citation(...)
5. ├─base::suppressWarnings(readLines(url))
6. │ └─base::withCallingHandlers(...)
7. └─base::readLines(url)
8. └─base::file(con, "r")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 12 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc