R version 4.4.0 beta (2024-04-10 r86396 ucrt) -- "Puppy Cup" 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. > # 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(rhub) > > test_check("rhub") [ FAIL 0 | WARN 0 | SKIP 54 | PASS 68 ] ══ Skipped tests (54) ══════════════════════════════════════════════════════════ • On CRAN (54): 'test-api.R:3:3', 'test-api.R:10:3', 'test-api.R:24:3', 'test-api.R:31:3', 'test-api.R:40:3', 'test-assertions.R:2:3', 'test-assertions.R:21:3', 'test-assertions.R:39:3', 'test-assertions.R:62:3', 'test-assertions.R:84:3', 'test-check.R:14:3', 'test-cli.R:3:3', 'test-doctor.R:24:3', 'test-doctor.R:48:3', 'test-doctor.R:77:3', 'test-doctor.R:121:3', 'test-doctor.R:137:3', 'test-doctor.R:159:3', 'test-doctor.R:194:3', 'test-doctor.R:206:3', 'test-gh.R:2:3', 'test-gh.R:11:3', 'test-gh.R:18:3', 'test-gh.R:46:3', 'test-gh.R:79:3', 'test-gh.R:111:3', 'test-platforms.R:13:3', 'test-platforms.R:28:3', 'test-platforms.R:59:3', 'test-platforms.R:73:3', 'test-platforms.R:88:3', 'test-rc.R:4:3', 'test-rc.R:46:3', 'test-rc.R:54:3', 'test-rc.R:129:3', 'test-rc.R:149:3', 'test-rc.R:173:3', 'test-rc.R:205:3', 'test-rc.R:221:3', 'test-rc.R:232:3', 'test-rc.R:250:3', 'test-setup.R:3:3', 'test-setup.R:35:3', 'test-setup.R:79:3', 'test-setup.R:105:3', 'test-utils.R:13:3', 'test-utils.R:28:3', 'test-utils.R:36:3', 'test-utils.R:40:3', 'test-utils.R:46:3', 'test-utils.R:85:3', 'test-utils.R:111:3', 'test-utils.R:141:3', 'test-utils.R:141:3' [ FAIL 0 | WARN 0 | SKIP 54 | PASS 68 ] > > proc.time() user system elapsed 5.09 0.84 10.39