R Under development (unstable) (2025-11-20 r89043 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(grates) > > test_check("grates") Starting 2 test processes. > test-plots.R: Scale for x is already present. > test-plots.R: Adding another scale for x, which will replace the existing scale. > test-plots.R: Scale for x is already present. > test-plots.R: Adding another scale for x, which will replace the existing scale. > test-plots.R: Scale for x is already present. > test-plots.R: Adding another scale for x, which will replace the existing scale. > test-plots.R: Scale for x is already present. > test-plots.R: Adding another scale for x, which will replace the existing scale. > test-plots.R: Scale for x is already present. > test-plots.R: Adding another scale for x, which will replace the existing scale. > test-plots.R: Scale for x is already present. > test-plots.R: Adding another scale for x, which will replace the existing scale. > test-plots.R: Scale for x is already present. > test-plots.R: Adding another scale for x, which will replace the existing scale. > test-plots.R: Scale for x is already present. > test-plots.R: Adding another scale for x, which will replace the existing scale. > test-plots.R: Scale for x is already present. > test-plots.R: Adding another scale for x, which will replace the existing scale. > test-plots.R: Scale for x is already present. > test-plots.R: Adding another scale for x, which will replace the existing scale. [ FAIL 0 | WARN 0 | SKIP 12 | PASS 857 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-plots.R:33:1', 'test-plots.R:71:1', 'test-plots.R:103:1', 'test-plots.R:135:1', 'test-plots.R:164:1', 'test-plots.R:200:1', 'test-plots.R:235:1', 'test-plots.R:271:1', 'test-plots.R:310:1', 'test-plots.R:356:1', 'test-plots.R:376:1', 'test-plots.R:396:1' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 857 ] > > proc.time() user system elapsed 2.60 0.28 10.92