R Under development (unstable) (2024-08-29 r87078 ucrt) -- "Unsuffered Consequences" 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(processmapR) Attaching package: 'processmapR' The following object is masked from 'package:stats': frequency > > test_check("processmapR") [ FAIL 0 | WARN 0 | SKIP 10 | PASS 113 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (7): 'test_dotted_chart.R:115:2', 'test_lined_chart.R:91:3', 'test_trace_explorer.R:10:3', 'test_trace_explorer.R:36:3', 'test_trace_explorer.R:68:3', 'test_trace_explorer.R:104:3', 'test_trace_explorer.R:252:3' • depends on timezone (3): 'test_dotted_chart_helpers.R:5:3', 'test_dotted_chart_helpers.R:12:3', 'test_dotted_chart_helpers.R:69:3' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 113 ] > > proc.time() user system elapsed 11.34 0.89 12.25