CRAN Package Check Results for Package badger

Last updated on 2022-09-11 12:56:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 5.66 55.72 61.38 OK
r-devel-linux-x86_64-debian-gcc 0.2.1 4.48 41.88 46.36 OK
r-devel-linux-x86_64-fedora-clang 0.2.1 82.41 OK
r-devel-linux-x86_64-fedora-gcc 0.2.1 85.76 OK
r-devel-windows-x86_64 0.2.1 24.00 88.00 112.00 OK
r-patched-linux-x86_64 0.2.1 5.03 51.76 56.79 OK
r-release-linux-x86_64 0.2.1 5.28 52.53 57.81 OK
r-release-macos-arm64 0.2.1 28.00 OK
r-release-macos-x86_64 0.2.1 40.00 OK
r-release-windows-x86_64 0.2.1 10.00 82.00 92.00 OK
r-oldrel-macos-arm64 0.2.1 23.00 OK
r-oldrel-macos-x86_64 0.2.1 40.00 OK
r-oldrel-windows-ix86+x86_64 0.2.1 17.00 83.00 100.00 ERROR

Check Details

Version: 0.2.1
Check: tests
Result: ERROR
     Running 'testthat.R' [5s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(badger)
     >
     > test_check("badger")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 13 ]
    
     == Failed tests ================================================================
     -- Error (test-badges.R:90:3): Other badges output as expected -----------------
     Error in `file(con, "r")`: cannot open the connection
     Backtrace:
     x
     1. +-testthat::expect_equal(...) at test-badges.R:90:2
     2. | \-testthat::quasi_label(enquo(object), label, arg = "object")
     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 13 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64