R Under development (unstable) (2025-09-15 r88837 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. > # Test runner for cowfootR package > library(testthat) > library(cowfootR) > > test_check("cowfootR") Batch: 2 rows; tier=1 ... [ FAIL 0 | WARN 0 | SKIP 8 | PASS 137 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • Could not detect component fields in total output — skipping equality check. (1): 'test-total.R:110:5' • Function signature incompatible — skipping test. (1): 'test-manure.R:18:3' • Signature incompatible — skipping snapshot. (1): 'test-manure.R:82:3' • Signature incompatible — skipping storage test. (1): 'test-manure.R:39:3' • Signature incompatible — skipping zero excretion case. (1): 'test-manure.R:69:3' • empty test (3): 'test-intensities.R:1:1', 'test-manure.R:1:1', 'test-total.R:1:1' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 137 ] > > if (!requireNamespace("withr", quietly = TRUE)) { + skip("withr not available for tests") + } > > proc.time() user system elapsed 1.35 0.23 1.59