R Under development (unstable) (2024-05-21 r86580 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(BIGL) > > set.seed(1) > > test_check("BIGL") [ FAIL 0 | WARN 0 | SKIP 9 | PASS 61 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'test_calls.R:5:3', 'test_calls.R:45:7', 'test_calls.R:65:7', 'test_calls.R:94:7', 'test_calls.R:136:7', 'test_marginals.R:5:3', 'test_marginals.R:48:3', 'test_marginals.R:163:3', 'test_splitPlot.R:4:5' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 61 ] Warning message: The `transformations` argument of `fitMarginals()` will be deprecated as of BIGL newer versions. ℹ Please transform response before all analysis. > > proc.time() user system elapsed 23.68 1.60 25.28