R version 4.4.0 alpha (2024-03-26 r86209 ucrt) Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > 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 0 | WARN 4 | SKIP 10 | PASS 330 ] ══ 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' [ FAIL 0 | WARN 4 | SKIP 10 | PASS 330 ] > > > proc.time() user system elapsed 8.71 1.09 9.84