R Under development (unstable) (2026-01-08 r89292 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(ggsced) Loading required package: ggplot2 Loading required package: grid Loading required package: gtable Loading required package: ggh4x Loading required package: assert No methods found in package 'assert' for request: 'assert' when loading 'ggsced' No methods found in package 'ggh4x' for request: 'facet_grid2' when loading 'ggsced' No methods found in package 'ggh4x' for request: 'facetted_pos_scales' when loading 'ggsced' No methods found in package 'ggplot2' for request: 'annotation_custom' when loading 'ggsced' No methods found in package 'ggplot2' for request: 'ggplotGrob' when loading 'ggsced' No methods found in package 'ggplot2' for request: 'ggplot_build' when loading 'ggsced' No methods found in package 'grid' for request: 'gpar' when loading 'ggsced' No methods found in package 'grid' for request: 'grid.draw' when loading 'ggsced' No methods found in package 'grid' for request: 'grid.newpage' when loading 'ggsced' No methods found in package 'grid' for request: 'linesGrob' when loading 'ggsced' No methods found in package 'grid' for request: 'segmentsGrob' when loading 'ggsced' No methods found in package 'grid' for request: 'unit' when loading 'ggsced' No methods found in package 'gtable' for request: 'add_grob' when loading 'ggsced' > > test_check("ggsced") npc_x = 0.272727272727273 Draw 2 of 3 panels, x = 2.5 npc_x = 0.727272727272727 Draw 3 of 3 panels, x = 3.5 npc_x = 1.18181818181818 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 11 ] > > proc.time() user system elapsed 4.28 0.39 4.67