R Under development (unstable) (2024-10-28 r87274 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(legendry) Loading required package: ggplot2 > > test_check("legendry") [ FAIL 0 | WARN 0 | SKIP 41 | PASS 359 ] ══ Skipped tests (41) ══════════════════════════════════════════════════════════ • Not implemented yet (1): 'test-key-other.R:16:3' • On CRAN (40): 'test-aaa.R:15:3', 'test-compose-crux.R:39:3', 'test-compose-ontop.R:38:3', 'test-compose-stack.R:24:3', 'test-compose_sandwich.R:18:3', 'test-gizmo-barcap.R:98:3', 'test-gizmo-grob.R:21:3', 'test-gizmo-grob.R:46:3', 'test-guide-legend-cross.R:32:3', 'test-guide-legend-cross.R:48:3', 'test-guide-legend-cross.R:78:3', 'test-guide-legend-group.R:17:3', 'test-guide_axis_custom.R:31:3', 'test-guide_axis_nested.R:45:3', 'test-guide_colour_ring.R:6:5', 'test-guide_colourbar_custom.R:21:5', 'test-guide_coloursteps_custom.R:22:5', 'test-guide_legend_base.R:93:3', 'test-key-.R:70:3', 'test-key-group.R:44:3', 'test-key-range.R:100:3', 'test-primitive-box.R:31:3', 'test-primitive-box.R:72:3', 'test-primitive-bracket.R:34:3', 'test-primitive-bracket.R:82:3', 'test-primitive-fence.R:35:3', 'test-primitive-fence.R:84:3', 'test-primitive-labels.R:22:3', 'test-primitive-labels.R:51:3', 'test-primitive-labels.R:107:3', 'test-primitive-line.R:7:3', 'test-primitive-line.R:37:3', 'test-primitive-line.R:69:3', 'test-primitive-spacer.R:22:3', 'test-primitive-spacer.R:47:3', 'test-primitive-ticks.R:22:3', 'test-primitive-ticks.R:51:3', 'test-primitive-title.R:24:3', 'test-primitive-title.R:52:3', 'test-utils-checks.R:99:3' [ FAIL 0 | WARN 0 | SKIP 41 | PASS 359 ] Deleting unused snapshots: • compose-ontop/compose-ontop-radial.svg • compose-stack/compose-stack-radial.svg • compose_sandwich/horizontal-sandwich-flipped.svg • compose_sandwich/horizontal-sandwich.svg • compose_sandwich/vertical-sandwich-flipped.svg • gizmo-barcap/arch-cap-long.svg • gizmo-barcap/arch-cap.svg • gizmo-barcap/ogee-cap-long.svg • gizmo-barcap/ogee-cap.svg • gizmo-barcap/round-cap-long.svg • gizmo-barcap/round-cap.svg • gizmo-barcap/triangle-cap-long.svg • guide-legend-cross/legend-cross-two-scales-swapped-order.svg • guide-legend-cross/legend-cross-with-double-reverse.svg • guide-legend-group/bottom-bottomtitle.svg • guide-legend-group/bottom-lefttitle.svg • guide-legend-group/bottom-righttitle.svg • guide-legend-group/bottom-toptitle.svg • guide-legend-group/right-bottomtitle.svg • guide-legend-group/right-lefttitle.svg • guide-legend-group/right-righttitle.svg • guide_axis_custom/guide-axis-base-radial.svg • guide_axis_nested/guide-axis-base-radial.svg • guide_colour_ring/conical.svg • guide_colour_ring/inner-labels.svg • guide_colour_ring/open-ring.svg • guide_colour_ring/resized-ring.svg • guide_colourbar_custom/bottom-position.svg • guide_colourbar_custom/left-position.svg • guide_colourbar_custom/top-position.svg • guide_coloursteps_custom/bottom-position.svg • guide_coloursteps_custom/left-position.svg • guide_coloursteps_custom/top-position.svg • guide_legend_base/custom-legend-design.svg • primitive-box/primitive-box-radial.svg • primitive-bracket/primitive-bracket-radial.svg • primitive-fence/primitive-fence-radial.svg • primitive-labels/primitive-labels-radial.svg • primitive-line/primitive-line-radial.svg • primitive-spacer/primitive-spacer-radial.svg • primitive-ticks/primitive-ticks-radial.svg • primitive-title/primitive-title-radial.svg > > proc.time() user system elapsed 16.60 1.56 18.31