R Under development (unstable) (2024-08-23 r87049 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(ggreveal) > > test_check("ggreveal") Plot does not explicitly define 'y'. Using default 'y' set by ggplot2. i Note: creating intermediary plots for many unique values of y can be slow. -- Saving incremental plots -- v 'test_plot_0_last.png' -- Saving incremental plots -- v 'test_plot_0.png' v 'test_plot_1.png' v 'test_plot_2_last.png' -- Saving incremental plots -- v 'test_plot_1.png' v 'test_plot_2.png' v 'test_plot_3.png' v 'test_plot_4_last.png' -- Saving incremental plots -- v 'test_plot_0.pdf' v 'test_plot_1.pdf' v 'test_plot_2_last.pdf' -- Saving incremental plots -- v 'test_plot_0.png' v 'test_plot_1.png' v 'test_plot_2_last.png' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 62 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-reveal_axis.R:22:3', 'test-reveal_axis.R:32:3', 'test-reveal_groups.R:22:3', 'test-reveal_layers.R:22:3', 'test-reveal_panels.R:28:3', 'test-reveal_panels.R:38:3', 'test-reveal_panels.R:48:3' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 62 ] Deleting unused snapshots: • reveal_axis/plot1-grouped-bar.svg • reveal_axis/plot1.svg • reveal_axis/plot2-grouped-bar.svg • reveal_axis/plot2.svg • reveal_axis/plot3-grouped-bar.svg • reveal_axis/plot3.svg • reveal_axis/plot4-grouped-bar.svg • reveal_axis/plot4.svg • reveal_groups/plot1.svg • reveal_groups/plot2.svg • reveal_groups/plot3.svg • reveal_groups/plot4.svg • reveal_layers/plot1.svg • reveal_layers/plot2.svg • reveal_layers/plot3.svg • reveal_layers/plot4.svg • reveal_panels/plot1-everything-grid.svg • reveal_panels/plot1-everything-wrap.svg • reveal_panels/plot1-only-data.svg • reveal_panels/plot2-everything-grid.svg • reveal_panels/plot2-everything-wrap.svg • reveal_panels/plot2-only-data.svg • reveal_panels/plot3-everything-grid.svg • reveal_panels/plot3-everything-wrap.svg • reveal_panels/plot3-only-data.svg • reveal_panels/plot4-everything-grid.svg • reveal_panels/plot4-everything-wrap.svg • reveal_panels/plot4-only-data.svg > > proc.time() user system elapsed 48.21 1.07 49.23