R Under development (unstable) (2025-09-30 r88885 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 23 | PASS 8 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • 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:93:5', 'test-basic.R:98:5', 'test-basic.R:103:5', 'test-basic.R:108:5', 'test-basic.R:113:5', 'test-basic.R:118:5', 'test-basic.R:126:3', 'test-basic.R:131:3', 'test-basic.R:136:3', 'test-basic.R:141:3', 'test-basic.R:146:3', 'test-basic.R:151:3', 'test-basic.R:159:3', 'test-basic.R:164:3', 'test-basic.R:169:3', 'test-basic.R:174:3', 'test-basic.R:179:3', 'test-basic.R:184:3' • Skipping generate_survey test during R CMD check to avoid file creation (1): 'test-basic.R:56:9' [ FAIL 0 | WARN 0 | SKIP 23 | PASS 8 ] > > proc.time() user system elapsed 41.68 5.10 39.92