R Under development (unstable) (2024-11-07 r87302 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. > # 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(descriptr) > > test_check("descriptr") Joining with `by = join_by(cyl, gear, count)` [ FAIL 0 | WARN 0 | SKIP 28 | PASS 260 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • On CRAN (28): 'test-auto-summary.R:31:3', 'test-auto-summary.R:36:3', 'test-auto-summary.R:42:3', 'test-auto-summary.R:46:3', 'test-cross-table.R:49:3', 'test-cross-table.R:93:3', 'test-freq-table.R:13:3', 'test-freq-table.R:33:3', 'test-group-summary.R:48:3', 'test-output.R:6:3', 'test-output.R:12:3', 'test-output.R:17:3', 'test-output.R:23:3', 'test-output.R:28:3', 'test-output.R:34:3', 'test-output.R:39:3', 'test-output.R:46:3', 'test-output.R:53:3', 'test-output.R:60:3', 'test-plots.R:8:3', 'test-plots.R:13:3', 'test-plots.R:23:3', 'test-plots.R:35:3', 'test-plots.R:46:3', 'test-plots.R:57:3', 'test-plots.R:69:3', 'test-plots.R:80:3', 'test-plots.R:92:3' [ FAIL 0 | WARN 0 | SKIP 28 | PASS 260 ] Deleting unused snapshots: • cross-table/cross-bar-proportional.svg • cross-table/cross-bar-stacked.svg • cross-table/cross-bar.svg • freq-table/ds-freq-bar.svg • freq-table/ds-freq-cont.svg • group-summary/group-summary.svg • plots/ds-plot-bar-2.svg • plots/ds-plot-bar-3.svg • plots/ds-plot-bar-4.svg • plots/ds-plot-bar-grouped-2.svg • plots/ds-plot-bar-grouped-3.svg • plots/ds-plot-bar-grouped-4.svg • plots/ds-plot-bar-stacked-2.svg • plots/ds-plot-bar-stacked-3.svg • plots/ds-plot-bar-stacked-4.svg • plots/ds-plot-box-group-2.svg • plots/ds-plot-box-group-3.svg • plots/ds-plot-box-single-2.svg • plots/ds-plot-box-single-3.svg • plots/ds-plot-box-single-4.svg • plots/ds-plot-density-2.svg • plots/ds-plot-density-3.svg • plots/ds-plot-density-4.svg • plots/ds-plot-density-5.svg • plots/ds-plot-hist-2.svg • plots/ds-plot-hist-3.svg • plots/ds-plot-hist-4.svg • plots/ds-plot-hist-5.svg • plots/ds-plot-scatter-2.svg • plots/ds-plot-scatter-3.svg • plots/ds-plot-scatter-4.svg > > proc.time() user system elapsed 9.18 1.18 10.32