Last updated on 2026-06-08 02:51:25 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.7 | 3.59 | 42.02 | 45.61 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.7 | 2.48 | 30.64 | 33.12 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.7 | 69.67 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.7 | 7.00 | 69.62 | 76.62 | OK | |
| r-devel-windows-x86_64 | 0.2.7 | 7.00 | 69.00 | 76.00 | OK | |
| r-patched-linux-x86_64 | 0.2.7 | 4.50 | 37.64 | 42.14 | OK | |
| r-release-linux-x86_64 | 0.2.7 | 3.23 | 37.94 | 41.17 | OK | |
| r-release-macos-arm64 | 0.2.7 | 1.00 | 14.00 | 15.00 | OK | |
| r-release-macos-x86_64 | 0.2.7 | 3.00 | 40.00 | 43.00 | OK | |
| r-release-windows-x86_64 | 0.2.7 | 6.00 | 68.00 | 74.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.7 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.7 | 3.00 | 40.00 | 43.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.7 | 6.00 | 75.00 | 81.00 | OK |
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-devel-linux-x86_64-debian-gcc
Version: 0.2.7
Check: tests
Result: ERROR
Running ‘test-all.R’ [3s/5s]
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/.
Saving _problems/test_MESSAGES-355.R
Saving _problems/test_MESSAGES-357.R
[ FAIL 2 | WARN 0 | SKIP 3 | PASS 421 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• {FSA} is not installed. (3): 'test_OUTPUTS.R:347:3', 'test_OUTPUTS.R:417:3',
'test_OUTPUTS.R:444:3'
══ 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)
[ FAIL 2 | WARN 0 | SKIP 3 | PASS 421 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc