R Under development (unstable) (2025-11-29 r89077 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. > if (require(testthat)) { + library(fledge) + test_check("fledge") + } else { + message("testthat not available.") + } Loading required package: testthat [ FAIL 0 | WARN 0 | SKIP 13 | PASS 6 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-bump_version.R:1:1', 'test-bump_version.R:23:1', 'test-bump_version.R:43:1', 'test-bump_version.R:53:1', 'test-commits.R:1:1', 'test-demo.R:3:3', 'test-finalize-version.R:1:1', 'test-finalize-version.R:24:1', 'test-tag_version.R:1:1', 'test-unbump_version.R:1:1', 'test-update-news.R:1:1', 'test-update-news.R:15:1', 'test-with_demo_project.R:1:1' [ FAIL 0 | WARN 0 | SKIP 13 | PASS 6 ] > > proc.time() user system elapsed 4.23 1.89 10.79