Last updated on 2024-10-14 04:50:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.2 | 2.55 | 27.03 | 29.58 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 1.77 | 21.65 | 23.42 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 47.08 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 46.07 | OK | |||
r-devel-windows-x86_64 | 1.0.2 | 5.00 | 58.00 | 63.00 | OK | |
r-patched-linux-x86_64 | 1.0.2 | 2.56 | 25.79 | 28.35 | OK | |
r-release-linux-x86_64 | 1.0.2 | 2.45 | 25.84 | 28.29 | OK | |
r-release-macos-arm64 | 1.0.2 | 21.00 | OK | |||
r-release-macos-x86_64 | 1.0.2 | 27.00 | OK | |||
r-release-windows-x86_64 | 1.0.2 | 4.00 | 57.00 | 61.00 | OK | |
r-oldrel-macos-arm64 | 1.0.2 | 22.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.2 | 39.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.2 | 5.00 | 56.00 | 61.00 | OK |
Version: 1.0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(prompt)
>
> if (packageVersion("ps") >= "1.6.0") test_check("prompt")
[ FAIL 2 | WARN 0 | SKIP 5 | PASS 40 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (5): 'test-prompt-fancy.R:17:3', 'test-prompt-git.R:37:3',
'test-prompt-git.R:49:3', 'test-prompt-git.R:99:3', 'test-prompt-mem.R:14:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-prompt-git.R:26:3'): git_branch ────────────────────────────────
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'gert'
Backtrace:
▆
1. └─base::loadNamespace(x) at test-prompt-git.R:26:3
2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
3. └─base (local) withOneRestart(expr, restarts[[1L]])
4. └─base (local) doWithOneRestart(return(expr), restart)
── Error ('test-prompt-git.R:85:3'): git_dirty ─────────────────────────────────
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'gert'
Backtrace:
▆
1. └─base::loadNamespace(x) at test-prompt-git.R:85:3
2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
3. └─base (local) withOneRestart(expr, restarts[[1L]])
4. └─base (local) doWithOneRestart(return(expr), restart)
[ FAIL 2 | WARN 0 | SKIP 5 | PASS 40 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc