R version 4.6.0 beta (2026-04-15 r89885 ucrt) -- "Because it was There" 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 49 | PASS 64 ] ══ Skipped tests (49) ══════════════════════════════════════════════════════════ • On CRAN (47): 'test-active.R:1:1', 'test-active.R:5:1', 'test-check-doc.R:1:1', 'test-check-doc.R:17:1', 'test-check-win.R:2:3', 'test-check-win.R:20:1', 'test-check-win.R:37: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:115:1', 'test-build-readme.R:140:3', 'test-build-readme.R:156:3', 'test-check.R:1:1', 'test-install.R:8:3', 'test-install.R:25:3', 'test-pkgload.R:1:1', 'test-package.R:1:1', 'test-package.R:9:1', 'test-release.R:1: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:33:1', 'test-sitrep.R:44:1', 'test-sitrep.R:60:1', 'test-sitrep.R:76:1', 'test-sitrep.R:92:1', 'test-sitrep.R:109:1', 'test-sitrep.R:207:1', 'test-sitrep.R:221: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 49 | PASS 64 ] > > proc.time() user system elapsed 4.26 0.68 49.15