CRAN Package Check Results for Package RFishBC

Last updated on 2024-11-02 23:48:40 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.7 3.55 37.25 40.80 OK
r-devel-linux-x86_64-debian-gcc 0.2.7 2.09 26.30 28.39 OK
r-devel-linux-x86_64-fedora-clang 0.2.7 64.85 OK
r-devel-linux-x86_64-fedora-gcc 0.2.7 60.66 OK
r-devel-windows-x86_64 0.2.7 6.00 66.00 72.00 OK
r-patched-linux-x86_64 0.2.7 4.04 34.57 38.61 OK
r-release-linux-x86_64 0.2.7 3.41 36.03 39.44 ERROR
r-release-macos-arm64 0.2.7 22.00 OK
r-release-macos-x86_64 0.2.7 33.00 OK
r-release-windows-x86_64 0.2.7 5.00 67.00 72.00 OK
r-oldrel-macos-arm64 0.2.7 30.00 OK
r-oldrel-macos-x86_64 0.2.7 43.00 OK
r-oldrel-windows-x86_64 0.2.7 6.00 71.00 77.00 OK

Check Details

Version: 0.2.7
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘FSA’ Flavor: r-release-linux-x86_64

Version: 0.2.7
Check: examples
Result: ERROR Running examples in ‘RFishBC-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: aStandard > ### Title: Finds standard intercept (a) for Fraser-Lee back-calculation > ### model for a particular species. > ### Aliases: aStandard > ### Keywords: manip > > ### ** Examples > > aStandard("Bluegill") Error in loadNamespace(x) : there is no package called ‘FSA’ Calls: aStandard ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-release-linux-x86_64

Version: 0.2.7
Check: tests
Result: ERROR Running ‘test-all.R’ [5s/6s] Running the tests in ‘tests/test-all.R’ failed. Complete output: > library(testthat) > test_check("RFishBC") Loading required package: RFishBC ## RFishBC v0.2.7. See vignettes at fishr-core-team.github.io/RFishBC/. [ FAIL 5 | WARN 0 | SKIP 0 | PASS 421 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_MESSAGES.R:354:3'): aStandard() messages ───────────────────── `aStandard("Derek")` threw an error with unexpected message. Expected match: "must be one of" Actual message: "there is no package called 'FSA'" Backtrace: ▆ 1. ├─testthat::expect_error(aStandard("Derek"), "must be one of") at test_MESSAGES.R:354:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─RFishBC::aStandard("Derek") 7. └─base::loadNamespace(x) 8. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 9. └─base (local) withOneRestart(expr, restarts[[1L]]) 10. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_MESSAGES.R:356:3'): aStandard() messages ───────────────────── `aStandard(c("Walleye", "Bluegill"))` threw an error with unexpected message. Expected match: "have only one name in" Actual message: "there is no package called 'FSA'" Backtrace: ▆ 1. ├─testthat::expect_error(aStandard(c("Walleye", "Bluegill")), "have only one name in") at test_MESSAGES.R:356:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─RFishBC::aStandard(c("Walleye", "Bluegill")) 7. └─base::loadNamespace(x) 8. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 9. └─base (local) withOneRestart(expr, restarts[[1L]]) 10. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test_OUTPUTS.R:347:3'): backCalc() output types ───────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'FSA' Backtrace: ▆ 1. ├─testthat::expect_output(...) at test_OUTPUTS.R:347:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─RFishBC::backCalc(...) 11. └─base::loadNamespace(x) 12. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 13. └─base (local) withOneRestart(expr, restarts[[1L]]) 14. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test_OUTPUTS.R:417:3'): backCalc() output values ──────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'FSA' Backtrace: ▆ 1. ├─RFishBC::aStandard("Smallmouth Bass") at test_OUTPUTS.R:417:3 2. └─base::loadNamespace(x) 3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 4. └─base (local) withOneRestart(expr, restarts[[1L]]) 5. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test_OUTPUTS.R:444:3'): aStandard() outputs ───────────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'FSA' Backtrace: ▆ 1. ├─testthat::expect_type(aStandard("Bluegill"), "integer") at test_OUTPUTS.R:444:3 2. │ └─testthat::quasi_label(enquo(object), arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─RFishBC::aStandard("Bluegill") 5. └─base::loadNamespace(x) 6. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 7. └─base (local) withOneRestart(expr, restarts[[1L]]) 8. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 5 | WARN 0 | SKIP 0 | PASS 421 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64