CRAN Package Check Results for Package natmanager

Last updated on 2024-08-16 01:48:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.1 3.28 28.84 32.12 NOTE
r-devel-linux-x86_64-debian-gcc 0.5.1 2.44 22.43 24.87 NOTE
r-devel-linux-x86_64-fedora-clang 0.5.1 51.31 OK
r-devel-linux-x86_64-fedora-gcc 0.5.1 48.42 OK
r-devel-windows-x86_64 0.5.1 5.00 49.00 54.00 NOTE
r-patched-linux-x86_64 0.5.1 6.16 27.01 33.17 OK
r-release-linux-x86_64 0.5.1 2.69 28.02 30.71 ERROR
r-release-macos-arm64 0.5.1 22.00 OK
r-release-macos-x86_64 0.5.1 27.00 OK
r-release-windows-x86_64 0.5.1 6.00 49.00 55.00 OK
r-oldrel-macos-arm64 0.5.1 20.00 OK
r-oldrel-macos-x86_64 0.5.1 33.00 OK
r-oldrel-windows-x86_64 0.5.1 6.00 57.00 63.00 OK

Check Details

Version: 0.5.1
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: install.Rd: pak selfupdate.Rd: pak Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 0.5.1
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [2s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(natmanager) > > .libPaths( c( "/home/runner/work/_temp/Library" , .libPaths())) > > test_check("natmanager") [ FAIL 1 | WARN 0 | SKIP 1 | PASS 3 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-install.R:4:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-install.R:49:3'): list all natverse repos ───────────────────── Error in `httr2::resp_body_json(response)`: Unexpected content type "text/html". • Expecting type "application/json" or suffix "json". Backtrace: ▆ 1. └─natmanager::list_repo() at test-install.R:49:3 2. └─gh::gh(paste0("/orgs/", orgname, "/repos"), type = "public") 3. └─gh:::gh_make_request(req) 4. └─gh:::gh_error(resp, gh_req = x, error_call = error_call) 5. └─httr2::resp_body_json(response) 6. └─httr2::resp_check_content_type(...) 7. └─httr2:::check_content_type(...) 8. └─cli::cli_abort(...) 9. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 1 | PASS 3 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64