R Under development (unstable) (2025-11-05 r88988 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. > # 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(covr) > > test_check("covr") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 17 | PASS 345 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-Compiled.R:2:3', 'test-Compiled.R:35:3', 'test-Compiled.R:48:3', 'test-Compiled.R:64:3', 'test-Compiled.R:80:3', 'test-Compiled.R:87:3', 'test-Compiled.R:97:3', 'test-S7.R:6:3', 'test-record_tests.R:165:3', 'test-utils.R:44:3' • On Windows (3): 'test-parallel.R:2:3', 'test-parallel.R:13:3', 'test-parallel.R:34:3' • getRversion() >= "4.0.0" is TRUE (1): 'test-utils.R:35:3' • is_r_devel() is TRUE (3): 'test-R6.R:4:3', 'test-box-R6.R:8:3', 'test-box_attached_modules_functions-R6.R:8:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 345 ] > > proc.time() user system elapsed 1.78 0.18 48.93