R Under development (unstable) (2025-09-02 r88773 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(SOAs) Loading required package: DoE.base Loading required package: grid Loading required package: conf.design Attaching package: 'DoE.base' The following objects are masked from 'package:stats': aov, lm The following object is masked from 'package:graphics': plot.design The following object is masked from 'package:base': lengths > > test_check("SOAs") [ FAIL 0 | WARN 0 | SKIP 16 | PASS 1065 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • On CRAN (16): 'test-OSOAs-regular.R:9:3', 'test-OSOAs.R:10:3', 'test-OSOAs_LiuLiu.R:18:3', 'test-OSOAs_hadamard.R:9:3', 'test-SOAs.R:3:3', 'test-SOAs2plus-regular.R:11:3', 'test-SOAs_8level.R:39:3', 'test-checkStratification.R:17:3', 'test-checkStratification.R:46:3', 'test-checkStratification.R:117:3', 'test-guide_SOAs.R:38:5', 'test-guide_SOAs_from_OA.R:45:3', 'test-soa.R:12:3', 'test-utilitiesCreate.R:5:1', 'test-utilitiesEvaluate.R:17:3', 'test-utilitiesEvaluate.R:27:3' [ FAIL 0 | WARN 0 | SKIP 16 | PASS 1065 ] > > proc.time() user system elapsed 17.67 1.64 19.31