Last updated on 2024-12-21 22:50:10 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.1 | 12.50 | 305.93 | 318.43 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.1 | 8.08 | 108.20 | 116.28 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.1 | 474.66 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 455.75 | OK | |||
r-devel-windows-x86_64 | 0.2.1 | 14.00 | 308.00 | 322.00 | OK | |
r-patched-linux-x86_64 | 0.2.1 | 12.22 | 297.82 | 310.04 | OK | |
r-release-linux-x86_64 | 0.2.1 | 10.28 | 301.56 | 311.84 | OK | |
r-release-macos-arm64 | 0.2.1 | 134.00 | OK | |||
r-release-macos-x86_64 | 0.2.1 | 264.00 | OK | |||
r-release-windows-x86_64 | 0.2.1 | 12.00 | 300.00 | 312.00 | OK | |
r-oldrel-macos-arm64 | 0.2.1 | 177.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.1 | 242.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.1 | 15.00 | 456.00 | 471.00 | OK |
Version: 0.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [43s/100s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(psborrow)
>
> test_check("psborrow")
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 135 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• !Sys.getenv("RUN_ALL_TESTS") == TRUE is TRUE (1): 'test-quiet.R:115:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-apply_mcmc.R:5:5'): (code run outside of `test_that()`) ────────
<packageNotFoundError/error/condition>
Error in `library(flexsurv)`: there is no package called 'flexsurv'
Backtrace:
▆
1. ├─base::suppressPackageStartupMessages(...) at test-apply_mcmc.R:3:1
2. │ └─base::withCallingHandlers(expr, packageStartupMessage = function(c) tryInvokeRestart("muffleMessage"))
3. └─base::library(flexsurv) at test-apply_mcmc.R:5:5
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 135 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc