Last updated on 2025-02-16 09:50:35 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.4 | 10.41 | 92.36 | 102.77 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.5.4 | 8.14 | 65.72 | 73.86 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.5.4 | 162.48 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.4 | 167.27 | 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 | 110.00 | 124.00 | NOTE | |
r-patched-linux-x86_64 | 0.5.4 | 16.45 | 84.58 | 101.03 | OK | |
r-release-linux-x86_64 | 0.5.4 | 9.94 | 84.26 | 94.20 | 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 | 15.00 | 108.00 | 123.00 | OK | |
r-oldrel-macos-arm64 | 0.5.4 | 45.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.4 | 113.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.4 | 21.00 | 150.00 | 171.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