CRAN Package Check Results for Package hexFinder

Last updated on 2024-04-25 15:48:00 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.2 8.31 68.57 76.88 OK
r-devel-linux-x86_64-debian-gcc 0.8.2 5.60 51.93 57.53 OK
r-devel-linux-x86_64-fedora-clang 0.8.2 101.08 OK
r-devel-linux-x86_64-fedora-gcc 0.8.2 92.42 OK
r-devel-windows-x86_64 0.8.2 9.00 94.00 103.00 ERROR
r-patched-linux-x86_64 0.8.2 4.64 66.94 71.58 OK
r-release-linux-x86_64 0.8.2 5.05 65.60 70.65 OK
r-release-macos-arm64 0.8.2 36.00 OK
r-release-windows-x86_64 0.8.2 9.00 72.00 81.00 OK
r-oldrel-macos-arm64 0.8.2 42.00 OK
r-oldrel-macos-x86_64 0.8.2 74.00 OK
r-oldrel-windows-x86_64 0.8.2 12.00 83.00 95.00 OK

Additional issues

ATLAS MKL

Check Details

Version: 0.8.2
Check: tests
Result: ERROR Running 'testthat.R' [26s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(httptest2) > library(hexFinder) > > test_check("hexFinder") No github personal access token provided. Limited search rates for github will apply. Set up github_pat environmental variable if you plan to query multiple repos in a short time [ FAIL 1 | WARN 1 | SKIP 0 | PASS 33 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-gather.R:13:3'): get_metacran_info ───────────────────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://search.r-pkg.org/package/_search?q=Package:notAPackage' Backtrace: ▆ 1. ├─testthat::expect_null(get_metacran_info("notAPackage")) at test-gather.R:13:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─hexFinder:::get_metacran_info("notAPackage") 5. └─jsonlite::fromJSON(glue("https://search.r-pkg.org/package/_search?q=Package:{pkg_name}")) 6. └─jsonlite:::parse_and_simplify(...) 7. └─jsonlite:::parseJSON(txt, bigint_as_char) 8. └─jsonlite:::parse_con(txt, bigint_as_char) 9. ├─base::open(con, "rb") 10. └─base::open.connection(con, "rb") [ FAIL 1 | WARN 1 | SKIP 0 | PASS 33 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64