R Under development (unstable) (2026-03-12 r89611 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(devtools) Loading required package: usethis Attaching package: 'devtools' The following object is masked from 'package:testthat': test_file > > test_check("devtools") Starting 2 test processes. [ FAIL 0 | WARN 0 | SKIP 46 | PASS 61 ] ══ Skipped tests (46) ══════════════════════════════════════════════════════════ • On CRAN (44): 'test-active.R:1:1', 'test-active.R:5:1', 'test-build-readme.R:2:3', 'test-build-readme.R:18:3', 'test-build-readme.R:41:3', 'test-build-readme.R:66:3', 'test-build-readme.R:93:1', 'test-build-readme.R:108:1', 'test-build-readme.R:116:3', 'test-build-readme.R:132:3', 'test-check-doc.R:1:1', 'test-check-doc.R:17:1', 'test-check.R:1:1', 'test-check-win.R:2:3', 'test-check-win.R:20:1', 'test-check-win.R:37:1', 'test-install.R:8:3', 'test-install.R:25:3', 'test-pkgload.R:1:1', 'test-release.R:1:1', 'test-package.R:1:1', 'test-package.R:9:1', 'test-remotes.R:1:1', 'test-run-source.R:2:3', 'test-run-source.R:17:3', 'test-run-source.R:32:1', 'test-run-source.R:37:3', 'test-run-source.R:53:3', 'test-run-source.R:64:1', 'test-show-news.R:20:3', 'test-sitrep.R:1:1', 'test-sitrep.R:11:1', 'test-sitrep.R:22:1', 'test-sitrep.R:38:1', 'test-sitrep.R:54:1', 'test-sitrep.R:70:1', 'test-sitrep.R:87:1', 'test-sitrep.R:104:1', 'test-sitrep.R:144:3', 'test-test.R:63:1', 'test-test.R:93:1', 'test-test.R:116:1', 'test-vignettes.R:19:3', 'test-vignettes.R:66:1' • On Windows (1): 'test-build-manual.R:2:3' • interactive() is not TRUE (1): 'test-check-doc.R:34:3' [ FAIL 0 | WARN 0 | SKIP 46 | PASS 61 ] > > proc.time() user system elapsed 2.29 0.18 31.12