R Under development (unstable) (2025-01-27 r87654 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(woodendesc) > > test_check("woodendesc") [ FAIL 0 | WARN 0 | SKIP 17 | PASS 639 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • New tests fail for 404 even though older ones keep passing. (2): 'test-gitlab-tags.R:15:1', 'test-gitlab-versions.R:19:1' • On CRAN (15): 'test-bioc-version.R:24:1', 'test-cran-dependencies.R:33:1', 'test-cran-latest.R:14:1', 'test-cran-versions.R:29:1', 'test-github-dependencies.R:42:1', 'test-github-latest.R:16:1', 'test-github-packages.R:5:1', 'test-github-tags.R:16:1', 'test-github-versions.R:20:1', 'test-gitlab-dependencies.R:41:1', 'test-gitlab-latest.R:15:1', 'test-gitlab-packages.R:23:1', 'test-url-dependencies.R:15:1', 'test-url-version.R:15:1', 'test-wood-packages.R:21:1' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 639 ] > > proc.time() user system elapsed 7.73 1.43 12.51