R Under development (unstable) (2024-02-07 r85873 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(ggpointless) Loading required package: ggplot2 > > test_check("ggpointless") Set chainLength to 4 Set chainLength to 4 Set chainLength to 2 Set chainLength to 2 All years must be AD, returning 0. Consider to use `anno_domini = FALSE` All years must be AD, returning 0. Consider to use `anno_domini = FALSE` [ FAIL 0 | WARN 0 | SKIP 15 | PASS 40 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-geom-catenary.R:6:3', 'test-geom-catenary.R:11:3', 'test-geom-catenary.R:17:3', 'test-geom-catenary.R:22:3', 'test-geom-catenary.R:27:3', 'test-geom-catenary.R:32:3', 'test-geom-chaikin.R:25:3', 'test-geom-lexis.R:26:3', 'test-geom-lexis.R:32:3', 'test-geom-lexis.R:38:3', 'test-geom-pointless.R:72:3', 'test-legend-draw.R:7:3', 'test-legend-draw.R:35:3', 'test-stat-chaikin.R:9:3', 'test-stat-lexis.R:17:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 40 ] Deleting unused snapshots: • legend-draw/lexis-key-glyphs.svg • legend-draw/point-show-false.svg > > proc.time() user system elapsed 3.92 0.34 4.25