R Under development (unstable) (2024-02-17 r85935 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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 2 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-bump_version.R:11:5', 'test-bump_version.R:32:5', 'test-bump_version.R:49:5', 'test-bump_version.R:59:5', 'test-commits.R:7:3', 'test-demo.R:3:3', 'test-finalize-version.R:14:5', 'test-finalize-version.R:38:5', 'test-tag_version.R:6:5', 'test-unbump_version.R:19:7', 'test-update-news.R:11:3', 'test-update-news.R:24:3', 'test-with_demo_project.R:2:3' [ FAIL 0 | WARN 0 | SKIP 13 | PASS 2 ] Deleting unused snapshots: • bump_version/NEWS-nondev.md • bump_version/NEWS.md • finalize-version/NEWS-push-false.md • finalize-version/NEWS-push-true.md • unbump_version/NEWS.md • update-news/NEWS-empty.md • update-news/NEWS-new.md > > proc.time() user system elapsed 4.14 0.89 9.56