R Under development (unstable) (2024-06-26 r86840 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(PieGlyph) > > test_check("PieGlyph") [ FAIL 0 | WARN 0 | SKIP 4 | PASS 28 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-geom-pie-glyph.R:160:3', 'test-geom-pie-glyph.R:228:3', 'test-geom_pie_interactive.R:14:3', 'test-pie-grob.R:92:3' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 28 ] Deleting unused snapshots: • geom-pie-glyph/change-slice-colour.svg • geom-pie-glyph/custom-radius.svg • geom-pie-glyph/long-form-data-works.svg • geom-pie-glyph/map-border-colour-to-variable.svg • geom-pie-glyph/map-border-linetype-to-variable.svg • geom-pie-glyph/map-radius-to-variable.svg • geom-pie-glyph/position-dodge-works.svg • geom-pie-glyph/scale-radius-discrete.svg • geom-pie-glyph/scale-radius-manual.svg • geom_pie_interactive/custom-tooltip.svg • geom_pie_interactive/data-id.svg • geom_pie_interactive/long-form-data-works.svg • geom_pie_interactive/multiple-interactive-parameters.svg • geom_pie_interactive/only-one-attribute.svg • pie-grob/pie-grob-with-multiple-values-no-fill-works.svg • pie-grob/pie-grob-with-single-non-zero-value-no-fill-works.svg • pie-grob/pie-grob-with-single-non-zero-value-works.svg > > proc.time() user system elapsed 3.75 0.39 4.12