R Under development (unstable) (2026-01-12 r89300 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > # Test runner for cowfootR package > library(testthat) > library(cowfootR) > > test_check("cowfootR") Batch: 2 rows; tier=1 ... Batch: 2 rows; tier=1 ... Batch report saved to: D:\temp\2026_01_13_14_00_17_13078\Rtmps1T76Y\filefca458b96a1b.xlsx Template saved to: D:\temp\2026_01_13_14_00_17_13078\Rtmps1T76Y\filefca47f526bfa.xlsx Batch: 3 rows; tier=1 ... [ FAIL 0 | WARN 0 | SKIP 1 | PASS 223 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): [ FAIL 0 | WARN 0 | SKIP 1 | PASS 223 ] > > if (!requireNamespace("withr", quietly = TRUE)) { + skip("withr not available for tests") + } > > proc.time() user system elapsed 1.79 0.32 2.12