R version 4.4.0 alpha (2024-04-08 r86370 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(gsDesign2) > > test_check("gsDesign2") [ FAIL 0 | WARN 0 | SKIP 15 | PASS 484 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-independent_as_gt.R:33:3', 'test-independent_as_gt.R:58:3', 'test-independent_as_gt.R:83:3', 'test-independent_as_gt.R:112:3', 'test-independent_as_gt.R:123:3', 'test-independent_as_gt.R:134:3', 'test-independent_as_gt.R:145:3', 'test-independent_as_gt.R:167:3', 'test-independent_as_gt.R:184:3', 'test-independent_as_gt.R:195:3', 'test-independent_as_gt.R:206:3', 'test-independent_as_gt.R:217:3', 'test-independent_as_gt.R:232:3', 'test-independent_as_gt.R:254:3', 'test-independent_as_gt.R:265:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 484 ] > > proc.time() user system elapsed 114.64 1.32 115.95