R Under development (unstable) (2025-11-06 r88990 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(PMCMR) PMCMR is superseded by PMCMRplus and will be no longer maintained. You may wish to install PMCMRplus instead. > library(cld) > > test_check("cld") [ FAIL 0 | WARN 0 | SKIP 2 | PASS 518 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • Formula method has limited support for hyphenated group names - see documentation (1): 'test-hyphenated-groups.R:215:3' • Mocking requireNamespace is complex in testthat 3.x (1): 'test-print-and-coerce.R:254:3' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 518 ] > > proc.time() user system elapsed 8.10 1.71 9.84