R Under development (unstable) (2025-10-10 r88914 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(ThinkingGrid) > > test_check("ThinkingGrid") Inserting image 1 at 0.00s (20%)... Inserting image 2 at 1.00s (40%)... Inserting image 3 at 2.00s (60%)... Inserting image 4 at 3.00s (80%)... Inserting image 5 at 4.00s (100%)... Encoding to gif... done! Inserting image 1 at 0.00s (20%)... Inserting image 2 at 1.00s (40%)... Inserting image 3 at 2.00s (60%)... Inserting image 4 at 3.00s (80%)... Inserting image 5 at 4.00s (100%)... Encoding to gif... done! Inserting image 1 at 0.00s (20%)... Inserting image 2 at 1.00s (40%)... Inserting image 3 at 2.00s (60%)... Inserting image 4 at 3.00s (80%)... Inserting image 5 at 4.00s (100%)... Encoding to gif... done! Inserting image 1 at 0.00s (20%)... Inserting image 2 at 1.00s (40%)... Inserting image 3 at 2.00s (60%)... Inserting image 4 at 3.00s (80%)... Inserting image 5 at 4.00s (100%)... Encoding to gif... done! Inserting image 1 at 0.00s (20%)... Inserting image 2 at 1.00s (40%)... Inserting image 3 at 2.00s (60%)... Inserting image 4 at 3.00s (80%)... Inserting image 5 at 4.00s (100%)... Encoding to gif... done! Inserting image 1 at 0.00s (20%)... Inserting image 2 at 1.00s (40%)... Inserting image 3 at 2.00s (60%)... Inserting image 4 at 3.00s (80%)... Inserting image 5 at 4.00s (100%)... Encoding to gif... done! [ FAIL 0 | WARN 0 | SKIP 25 | PASS 6 ] ══ Skipped tests (25) ══════════════════════════════════════════════════════════ • On CRAN (22): 'test-2x2-plot.R:9:5', 'test-2x2-plot.R:24:5', 'test-2x2-plot.R:39:5', 'test-2x2-plot.R:53:5', 'test-basic.R:122:5', 'test-basic.R:128:5', 'test-basic.R:134:5', 'test-basic.R:140:5', 'test-basic.R:146:5', 'test-basic.R:152:5', 'test-basic.R:161:3', 'test-basic.R:167:3', 'test-basic.R:173:3', 'test-basic.R:179:3', 'test-basic.R:185:3', 'test-basic.R:191:3', 'test-basic.R:200:3', 'test-basic.R:206:3', 'test-basic.R:212:3', 'test-basic.R:218:3', 'test-basic.R:224:3', 'test-basic.R:230:3' • Python not available for testing (2): 'test-basic.R:105:5', 'test-basic.R:111:5' • Skipping generate_survey test during R CMD check to avoid file creation (1): 'test-basic.R:85:9' [ FAIL 0 | WARN 0 | SKIP 25 | PASS 6 ] Deleting unused snapshots: • basic/plot-tg-difference-cells.svg • basic/plot-tg-difference-constraints.svg • basic/plot-tg-difference-depth.svg • basic/plot-tg-difference-horizontal.svg • basic/plot-tg-difference-quadrants.svg • basic/plot-tg-difference-vertical.svg • basic/plot-tg-overall-cells.svg • basic/plot-tg-overall-constraints.svg • basic/plot-tg-overall-depth.svg • basic/plot-tg-overall-horizontal.svg • basic/plot-tg-overall-quadrants.svg • basic/plot-tg-overall-vertical.svg • basic/plot-tg-separate-cells.svg • basic/plot-tg-separate-constraints.svg • basic/plot-tg-separate-depth.svg • basic/plot-tg-separate-horizontal.svg • basic/plot-tg-separate-quadrants.svg • basic/plot-tg-separate-vertical.svg > > proc.time() user system elapsed 34.81 4.45 27.34