R Under development (unstable) (2024-06-03 r86679 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(ggarrow) Loading required package: ggplot2 > > test_check("ggarrow") [ FAIL 0 | WARN 0 | SKIP 34 | PASS 38 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • On CRAN (34): 'test-annotate_arrow.R:10:3', 'test-arrow_key.R:8:3', 'test-arrow_shapes.R:36:3', 'test-arrow_shapes.R:85:3', 'test-arrow_shapes.R:128:3', 'test-arrow_shapes.R:179:3', 'test-arrow_shapes.R:231:3', 'test-geom_arrow.R:5:3', 'test-geom_arrow.R:16:3', 'test-geom_arrow_chain.R:16:3', 'test-geom_arrow_curve.R:14:3', 'test-geom_arrow_segment.R:17:3', 'test-grob_arrow_path.R:24:3', 'test-grob_arrow_path.R:38:3', 'test-grob_arrow_path.R:53:3', 'test-linejoins.R:22:3', 'test-linejoins.R:39:3', 'test-linejoins.R:55:3', 'test-linejoins.R:73:3', 'test-scale_arrow.R:114:3', 'test-scale_arrow.R:129:3', 'test-scale_arrow.R:144:3', 'test-scale_arrow.R:159:3', 'test-scale_arrow.R:175:3', 'test-scale_arrow.R:191:3', 'test-scale_arrow.R:206:3', 'test-shaping.R:15:3', 'test-shaping.R:30:3', 'test-shaping.R:45:3', 'test-shaping.R:62:3', 'test-shaping.R:82:3', 'test-shaping.R:98:3', 'test-shaping.R:114:3', 'test-theme_elements.R:28:3' [ FAIL 0 | WARN 0 | SKIP 34 | PASS 38 ] Deleting unused snapshots: • geom_arrow_curve/geom-arrow-curve-without-curves.svg • grob_arrow_path/thin-dodgerblue-arrow.svg • scale_arrow/continous-scale-resect-continuous.svg • scale_arrow/manual-scale-resect-discrete.svg • scale_arrow/ordinal-scale-resect-discrete.svg > > proc.time() user system elapsed 3.67 0.34 4.00