R Under development (unstable) (2025-07-25 r88451 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(skimr) > > test_check("skimr") [ FAIL 0 | WARN 0 | SKIP 27 | PASS 565 ] ══ Skipped tests (27) ══════════════════════════════════════════════════════════ • On CRAN (27): 'test-data-table.R:23:3', 'test-data-table.R:38:3', 'test-dplyr.R:6:3', 'test-dplyr.R:17:3', 'test-dplyr.R:26:3', 'test-dplyr.R:39:3', 'test-dplyr.R:45:3', 'test-skim_print.R:4:3', 'test-skim_print.R:15:3', 'test-skim_print.R:22:3', 'test-skim_print.R:32:3', 'test-skim_print.R:39:3', 'test-skim_print.R:46:3', 'test-skim_print.R:57:3', 'test-skim_print.R:65:3', 'test-skim_print.R:72:3', 'test-skim_print.R:78:3', 'test-skim_print.R:88:3', 'test-skim_print.R:94:3', 'test-skim_print.R:101:3', 'test-skim_print.R:108:3', 'test-skim_tee.R:3:3', 'test-skim_tee.R:11:3', 'test-skim_tee.R:19:3', 'test-skim_tee.R:29:3', 'test-summary.R:23:3', 'test-summary.R:33:3' [ FAIL 0 | WARN 0 | SKIP 27 | PASS 565 ] > > proc.time() user system elapsed 14.79 1.35 17.95