R Under development (unstable) (2025-04-21 r88169 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(pivottabler) > > test_check("pivottabler", filter="A-") [ FAIL 0 | WARN 0 | SKIP 17 | PASS 29 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-A-04-quickPivotTests.R:69:3', 'test-A-05-basicLayoutTests.R:76:5', 'test-A-05-basicLayoutTests.R:130:5', 'test-A-05-basicLayoutTests.R:161:5', 'test-A-05-basicLayoutTests.R:193:5', 'test-A-05-basicLayoutTests.R:222:5', 'test-A-05-basicLayoutTests.R:288:5', 'test-A-05-basicLayoutTests.R:317:5', 'test-A-05-basicLayoutTests.R:444:5', 'test-A-05-basicLayoutTests.R:578:5', 'test-A-06-dataGroupTests.R:106:5', 'test-A-06-dataGroupTests.R:137:5', 'test-A-06-dataGroupTests.R:236:5', 'test-A-06-dataGroupTests.R:268:5', 'test-A-07-calculationTests.R:77:7', 'test-A-07-calculationTests.R:455:5', 'test-A-07-calculationTests.R:595:5' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 29 ] > > proc.time() user system elapsed 16.65 0.78 17.45