R Under development (unstable) (2025-01-11 r87563 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(RplotterPkg) > > test_check("RplotterPkg") Coordinate system already present. Adding new coordinate system, which will replace the existing one. [ FAIL 0 | WARN 0 | SKIP 29 | PASS 49 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • On CRAN (29): 'test-create_bar_plot.R:19:3', 'test-create_bar_plot.R:48:3', 'test-create_bar_plot.R:69:3', 'test-create_bar_plot.R:92:3', 'test-create_box_plot.R:24:3', 'test-create_box_plot.R:52:3', 'test-create_box_plot.R:72:3', 'test-create_density_plot.R:20:3', 'test-create_density_plot.R:39:3', 'test-create_density_plot.R:58:3', 'test-create_density_plot.R:77:3', 'test-create_density_ridge_plot.R:18:3', 'test-create_heatmap.R:27:3', 'test-create_histogram_plot.R:28:3', 'test-create_histogram_plot.R:49:3', 'test-create_range_plot.R:31:3', 'test-create_raster_plot.R:17:3', 'test-create_scatter_plot.R:27:3', 'test-create_scatter_plot.R:52:3', 'test-create_scatter_plot.R:72:3', 'test-create_sf_plot.R:21:3', 'test-create_stick_plot.R:19:3', 'test-create_table_graphic.R:13:3', 'test-create_waffle_chart.R:15:3', 'test-create_waffle_chart.R:33:3', 'test-multi_panel_grid.R:53:3', 'test-spread_level_plot.R:13:3', 'test-stem_leaf_display.R:21:3', 'test-symmetry_plot.R:14:3' [ FAIL 0 | WARN 0 | SKIP 29 | PASS 49 ] > > proc.time() user system elapsed 20.76 1.26 22.29