CRAN Package Check Results for Package bupaR

Last updated on 2025-02-21 02:52:07 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.4 11.59 91.59 103.18 NOTE
r-devel-linux-x86_64-debian-gcc 0.5.4 6.61 66.99 73.60 NOTE
r-devel-linux-x86_64-fedora-clang 0.5.4 160.42 OK
r-devel-linux-x86_64-fedora-gcc 0.5.4 156.17 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 18.89 85.39 104.28 OK
r-release-linux-x86_64 0.5.4 10.13 86.66 96.79 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 106.00 121.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 20.00 151.00 171.00 OK

Check Details

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