R Under development (unstable) (2026-03-19 r89661 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(processmapR) Attaching package: 'processmapR' The following object is masked from 'package:stats': frequency > > test_check("processmapR") [ FAIL 0 | WARN 53 | SKIP 11 | PASS 114 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (7): 'test_dotted_chart.R:92:1', 'test_lined_chart.R:68:1', 'test_trace_explorer.R:4:1', 'test_trace_explorer.R:18:1', 'test_trace_explorer.R:50:1', 'test_trace_explorer.R:86:1', 'test_trace_explorer.R:246:1' • depends on timezone (3): 'test_dotted_chart_helpers.R:5:3', 'test_dotted_chart_helpers.R:12:3', 'test_dotted_chart_helpers.R:71:3' • depends on timezones (1): 'test_dotted_chart_helpers.R:31:3' [ FAIL 0 | WARN 53 | SKIP 11 | PASS 114 ] > > proc.time() user system elapsed 13.25 0.59 13.82