Last updated on 2025-03-11 12:52:48 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.4 | 11.16 | 93.76 | 104.92 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.5.4 | 7.01 | 64.34 | 71.35 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.5.4 | 160.42 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.4 | 153.79 | OK | |||
r-devel-macos-arm64 | 0.5.4 | 48.00 | OK | |||
r-devel-macos-x86_64 | 0.5.4 | 93.00 | ERROR | |||
r-devel-windows-x86_64 | 0.5.4 | 14.00 | 108.00 | 122.00 | NOTE | |
r-patched-linux-x86_64 | 0.5.4 | 17.90 | 84.59 | 102.49 | OK | |
r-release-linux-x86_64 | 0.5.4 | 10.70 | 86.65 | 97.35 | OK | |
r-release-macos-arm64 | 0.5.4 | 45.00 | OK | |||
r-release-macos-x86_64 | 0.5.4 | 69.00 | OK | |||
r-release-windows-x86_64 | 0.5.4 | 16.00 | 105.00 | 121.00 | OK | |
r-oldrel-macos-arm64 | 0.5.4 | OK | ||||
r-oldrel-macos-x86_64 | 0.5.4 | 113.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.4 | 18.00 | 132.00 | 150.00 | OK |
Version: 0.5.4
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
lifecycles.Rd: tibble
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 0.5.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/14s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(bupaR)
Attaching package: 'bupaR'
The following object is masked from 'package:stats':
filter
The following object is masked from 'package:utils':
timestamp
> library(eventdataR)
>
> test_check("bupaR")
[ FAIL 4 | WARN 4 | SKIP 10 | PASS 306 ]
══ Skipped tests (10) ══════════════════════════════════════════════════════════
• On CRAN (2): 'test_add_end_activity.R:57:3', 'test_add_start_activity.R:57:3'
• TODO: rewrite ordered fails (1): 'test_last_n.R:73:3'
• TODO: rewrite slice tests (2): 'test_slice.R:3:2', 'test_slice.R:8:2'
• codes fails on ordered (1): 'test_first_n.R:68:3'
• empty test (1): 'test_re_map.R:2:1'
• grouped_activitylog not fully functional yet (2): 'test_case_list.R:91:3',
'test_cases.R:86:3'
• problem with grouped eventlogs (1): 'test_slice_sample.R:87:2'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_add_end_activity.R:133:3'): test add_end_activity on activitylog ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'edeaR'
Backtrace:
▆
1. ├─end %>% edeaR::filter_activity("End") %>% ... at test_add_end_activity.R:133:3
2. ├─dplyr::arrange(., .data[["complete"]])
3. └─base::loadNamespace(x)
4. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
5. └─base (local) withOneRestart(expr, restarts[[1L]])
6. └─base (local) doWithOneRestart(return(expr), restart)
── Error ('test_add_end_activity.R:156:3'): test add_end_activity on activitylog with arg `label` ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'edeaR'
Backtrace:
▆
1. ├─end %>% edeaR::filter_activity("end case") %>% ... at test_add_end_activity.R:156:3
2. ├─dplyr::arrange(., .data[["complete"]])
3. └─base::loadNamespace(x)
4. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
5. └─base (local) withOneRestart(expr, restarts[[1L]])
6. └─base (local) doWithOneRestart(return(expr), restart)
── Error ('test_add_start_activity.R:133:3'): test add_start_activity on activitylog ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'edeaR'
Backtrace:
▆
1. ├─start %>% edeaR::filter_activity("Start") %>% ... at test_add_start_activity.R:133:3
2. ├─dplyr::arrange(., .data[["complete"]])
3. └─base::loadNamespace(x)
4. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
5. └─base (local) withOneRestart(expr, restarts[[1L]])
6. └─base (local) doWithOneRestart(return(expr), restart)
── Error ('test_add_start_activity.R:156:3'): test add_start_activity on activitylog with arg `label` ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'edeaR'
Backtrace:
▆
1. ├─start %>% edeaR::filter_activity("start case") %>% ... at test_add_start_activity.R:156:3
2. ├─dplyr::arrange(., .data[["complete"]])
3. └─base::loadNamespace(x)
4. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
5. └─base (local) withOneRestart(expr, restarts[[1L]])
6. └─base (local) doWithOneRestart(return(expr), restart)
[ FAIL 4 | WARN 4 | SKIP 10 | PASS 306 ]
Error: Test failures
Execution halted
Flavor: r-devel-macos-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.