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="B-") [ FAIL 0 | WARN 0 | SKIP 16 | PASS 23 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • On CRAN (16): 'test-B-11-emptyGroupTests.R:77:5', 'test-B-12-exportTests.R:139:5', 'test-B-12-exportTests.R:170:5', 'test-B-12-exportTests.R:281:7', 'test-B-13-latexTests.R:221:5', 'test-B-13-latexTests.R:280:5', 'test-B-14-exportOptionsTests.R:87:5', 'test-B-14-exportOptionsTests.R:197:5', 'test-B-16-getCellsTests.R:359:5', 'test-B-16-getCellsTests.R:391:5', 'test-B-17-findCellstests.R:226:5', 'test-B-17-findCellstests.R:321:5', 'test-B-17-findCellstests.R:357:5', 'test-B-18-irregularLayoutTests.R:76:5', 'test-B-18-irregularLayoutTests.R:280:5', 'test-B-19-calculationFormatting.R:175:7' [ FAIL 0 | WARN 0 | SKIP 16 | PASS 23 ] > > proc.time() user system elapsed 10.56 0.51 11.04