R Under development (unstable) (2024-02-18 r85939 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. > library(testthat) > library(usethis) > > test_check("usethis") Starting 2 test processes [ FAIL 0 | WARN 1 | SKIP 102 | PASS 623 ] ══ Skipped tests (102) ═════════════════════════════════════════════════════════ • No Git user configured (25): 'test-github-actions.R:2:3', 'test-github-actions.R:29:3', 'test-github-actions.R:45:3', 'test-github-actions.R:60:3', 'test-github-actions.R:90:3', 'test-github-actions.R:117:3', 'test-release.R:145:3', 'test-release.R:159:3', 'test-release.R:182:3', 'test-badge.R:18:3', 'test-ci.R:2:3', 'test-edit.R:46:3', 'test-edit.R:117:3', 'test-git.R:2:3', 'test-git.R:23:3', 'test-git.R:41:3', 'test-git.R:52:3', 'test-git.R:78:3', 'test-github.R:2:3', 'test-github.R:21:3', 'test-readme.R:16:3', 'test-tidyverse.R:60:3', 'test-tidyverse.R:74:3', 'test-upkeep.R:17:3', 'test-utils-git.R:3:3' • Not on GitHub Actions, Travis, or Appveyor (1): 'test-edit.R:67:3' • On CRAN (76): 'test-github-actions.R:25:3', 'test-github-actions.R:82:3', 'test-release.R:9:3', 'test-release.R:55:3', 'test-release.R:84:3', 'test-release.R:131:3', 'test-author.R:51:3', 'test-author.R:68:3', 'test-author.R:83:3', 'test-badge.R:10:3', 'test-badge.R:26:3', 'test-course.R:17:3', 'test-course.R:64:3', 'test-course.R:147:3', 'test-course.R:195:3', 'test-cpp11.R:41:3', 'test-data-table.R:16:3', 'test-data-table.R:35:3', 'test-git-default-branch.R:2:3', 'test-git-default-branch.R:37:3', 'test-git-default-branch.R:55:3', 'test-git-default-branch.R:76:3', 'test-helpers.R:93:3', 'test-helpers.R:109:3', 'test-helpers.R:121:3', 'test-latest-dependencies.R:2:3', 'test-latest-dependencies.R:18:3', 'test-latest-dependencies.R:30:3', 'test-lifecycle.R:6:3', 'test-news.R:7:3', 'test-news.R:20:3', 'test-news.R:32:3', 'test-package.R:10:3', 'test-package.R:20:3', 'test-package.R:34:3', 'test-pipe.R:19:3', 'test-browse.R:78:3', 'test-browse.R:90:3', 'test-proj-desc.R:5:3', 'test-proj-desc.R:19:3', 'test-pkgdown.R:13:3', 'test-r.R:22:3', 'test-r.R:30:3', 'test-r.R:40:3', 'test-r.R:44:3', 'test-proj.R:53:3', 'test-readme.R:31:3', 'test-readme.R:41:3', 'test-readme.R:50:3', 'test-readme.R:60:3', 'test-rename-files.R:28:3', 'test-rstudio.R:37:3', 'test-tibble.R:15:3', 'test-tutorial.R:5:3', 'test-ui.R:5:3', 'test-ui.R:19:3', 'test-tidyverse.R:16:3', 'test-upkeep.R:13:3', 'test-use_standalone.R:2:3', 'test-use_standalone.R:19:3', 'test-use_standalone.R:35:3', 'test-use_standalone.R:44:3', 'test-use_standalone.R:88:3', 'test-use_standalone.R:96:3', 'test-usethis-defunct.R:5:3', 'test-use_import_from.R:15:3', 'test-use_import_from.R:22:3', 'test-utils-github.R:120:3', 'test-utils-github.R:156:3', 'test-utils-github.R:180:3', 'test-vignette.R:12:3', 'test-version.R:16:3', 'test-version.R:32:3', 'test-version.R:59:3', 'test-version.R:82:3', 'test-write.R:250:3' [ FAIL 0 | WARN 1 | SKIP 102 | PASS 623 ] > > proc.time() user system elapsed 7.65 0.85 56.18