R Under development (unstable) (2024-03-14 r86117 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(cmstatr) > > test_check("cmstatr") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 12 | PASS 1396 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-basis.R:1727:3', 'test-basis.R:1879:3', 'test-lintr.R:3:5', 'test-plotting.R:7:3', 'test-plotting.R:19:3', 'test-plotting.R:31:3', 'test-plot-nested.R:7:3', 'test-plot-nested.R:16:3', 'test-plot-nested.R:26:3', 'test-plot-nested.R:36:3', 'test-plot-nested.R:46:3', 'test-plot-nested.R:57:3' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 1396 ] > > proc.time() user system elapsed 5.78 0.70 45.95