CRAN Package Check Results for Package PaRe

Last updated on 2024-06-03 01:48:21 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.13 12.89 153.67 166.56 OK
r-devel-linux-x86_64-debian-gcc 0.1.13 7.95 119.14 127.09 OK
r-devel-linux-x86_64-fedora-clang 0.1.13 202.99 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.13 205.64 OK
r-devel-windows-x86_64 0.1.13 11.00 107.00 118.00 OK
r-patched-linux-x86_64 0.1.13 7.76 272.15 279.91 OK
r-release-linux-x86_64 0.1.13 8.54 196.18 204.72 ERROR
r-release-macos-arm64 0.1.13 185.00 OK
r-release-macos-x86_64 0.1.13 317.00 OK
r-release-windows-x86_64 0.1.13 13.00 2238.00 2251.00 OK
r-oldrel-macos-arm64 0.1.13 209.00 OK
r-oldrel-macos-x86_64 0.1.13 310.00 OK
r-oldrel-windows-x86_64 0.1.13 14.00 1419.00 1433.00 OK

Check Details

Version: 0.1.13
Check: Rd cross-references
Result: NOTE Undeclared packages ‘tidygraph’, ‘htmlwidgets’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.13
Check: tests
Result: ERROR Running ‘testthat.R’ [93s/70s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(PaRe) > > test_check("PaRe") Starting 2 test processes ✔ Updated metadata database: 2.93 MB in 8 files. ℹ Updating metadata database ✔ Updating metadata database ... done ! Failed to update system requirement mappings, will use cached mappings. [ FAIL 1 | WARN 0 | SKIP 0 | PASS 15 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-checkDependencies.R:24:3'): minimal ──────────────────────────── <callr_status_error/callr_error/rlib_error_3_0/rlib_error/error/condition> Error: ! error in pak subprocess Caused by error: ! Could not solve package dependencies: * DrugUtilisation: Can't find package called DrugUtilisation. Backtrace: ▆ 1. ├─testthat::expect_message(checkDependencies(repo), "All dependencies are approved.") at test-checkDependencies.R:24:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─PaRe::checkDependencies(repo) 8. └─PaRe::getDefaultPermittedPackages() 9. └─base::tryCatch(...) 10. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 11. ├─base (local) tryCatchOne(...) 12. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 13. └─base (local) tryCatchList(expr, names[-nh], parentenv, handlers[-nh]) 14. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 15. └─value[[3L]](cond) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 15 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64