CRAN Package Check Results for Package RplotterPkg

Last updated on 2025-12-19 12:49:21 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.4 11.09 161.43 172.52 OK
r-devel-linux-x86_64-debian-gcc 0.1.4 9.25 117.78 127.03 OK
r-devel-linux-x86_64-fedora-clang 0.1.4 20.00 207.22 227.22 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.4 19.00 196.57 215.57 ERROR
r-devel-windows-x86_64 0.1.4 13.00 154.00 167.00 OK
r-patched-linux-x86_64 0.1.4 11.68 149.21 160.89 OK
r-release-linux-x86_64 0.1.4 9.31 150.42 159.73 OK
r-release-macos-arm64 0.1.4 OK
r-release-macos-x86_64 0.1.4 8.00 146.00 154.00 OK
r-release-windows-x86_64 0.1.4 14.00 148.00 162.00 OK
r-oldrel-macos-arm64 0.1.4 OK
r-oldrel-macos-x86_64 0.1.4 8.00 157.00 165.00 OK
r-oldrel-windows-x86_64 0.1.4 19.00 192.00 211.00 OK

Check Details

Version: 0.1.4
Check: examples
Result: ERROR Running examples in ‘RplotterPkg-Ex.R’ failed The error most likely occurred in: > ### Name: create_box_plot > ### Title: create_box_plot > ### Aliases: create_box_plot > > ### ** Examples > > library(ggplot2) Attaching package: ‘ggplot2’ The following object is masked from ‘package:RplotterPkg’: midwest > library(data.table) Attaching package: ‘data.table’ The following object is masked from ‘package:base’: %notin% > library(RplotterPkg) > > RplotterPkg::create_box_plot( + df = RplotterPkg::organdata, + aes_x = "country", + aes_y = "donors", + aes_label = "donors", + order_by_median = "desc", + y_limits = c(5,35), + y_major_breaks = seq(5, 35, 5), + title = "Organ Donation Rate per Million", + subtitle = "Showing outlier rates", + x_title = "Country", + y_title = "Donor Rate", + do_coord_flip = TRUE, + box_color = "purple", + box_line_width = 0.8, + rot_y_tic_label = TRUE, + ol_color = "red", + ol_size = 1.5 + ) Error in `[.data.table`(dt, , `:=`(outliers, check_outlier(get(aes_y))), : attempt access index 2/2 in VECTOR_ELT Calls: <Anonymous> -> [ -> [.data.table Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.4
Check: tests
Result: ERROR Running ‘testthat.R’ [70s/81s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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) Attaching package: 'RplotterPkg' The following object is masked from 'package:datasets': sleep > > test_check("RplotterPkg") Saving _problems/test-create_box_plot-28.R Saving _problems/test-create_box_plot-57.R [ FAIL 2 | WARN 34 | SKIP 29 | PASS 120 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • On CRAN (29): 'test-create_bar_plot.R:8:1', 'test-create_bar_plot.R:30:1', 'test-create_bar_plot.R:49:1', 'test-create_box_plot.R:63:1', 'test-create_density_plot.R:8:1', 'test-create_density_plot.R:30:1', 'test-create_density_plot.R:50:1', 'test-create_density_plot.R:70:1', 'test-create_density_ridge_plot.R:10:1', 'test-create_heatmap.R:9:1', 'test-create_histogram_plot.R:7:1', 'test-create_histogram_plot.R:37:1', 'test-create_range_plot.R:7:1', 'test-create_raster_plot.R:6:1', 'test-create_scatter_plot.R:6:1', 'test-create_scatter_plot.R:36:1', 'test-create_scatter_plot.R:58:1', 'test-create_sf_plot.R:7:1', 'test-create_stick_plot.R:6:1', 'test-create_table.R:9:1', 'test-create_table_graphic.R:8:1', 'test-create_waffle_chart.R:8:1', 'test-create_waffle_chart.R:26:1', 'test-get_grob_component.R:7:1', 'test-multi_panel_grid.R:9:1', 'test-percentile_table.R:7:1', 'test-spread_level_plot.R:7:1', 'test-stem_leaf_display.R:10:1', 'test-symmetry_plot.R:7:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-create_box_plot.R:9:3'): create_box_plot() aes_y aes_label ───── Error in ``[.data.table`(dt, , `:=`(outliers, check_outlier(get(aes_y))), by = aes_x)`: attempt access index 7/7 in VECTOR_ELT Backtrace: ▆ 1. └─RplotterPkg::create_box_plot(...) 2. ├─dt[, `:=`(outliers, check_outlier(get(aes_y))), by = aes_x] 3. └─data.table:::`[.data.table`(...) ── Error ('test-create_box_plot.R:35:3'): create_box_plot() aes_x, aes_y aes_label ── Error in ``[.data.table`(dt, , `:=`(outliers, check_outlier(get(aes_y))), by = aes_x)`: attempt access index 2/2 in VECTOR_ELT Backtrace: ▆ 1. └─RplotterPkg::create_box_plot(...) 2. ├─dt[, `:=`(outliers, check_outlier(get(aes_y))), by = aes_x] 3. └─data.table:::`[.data.table`(...) [ FAIL 2 | WARN 34 | SKIP 29 | PASS 120 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.4
Check: tests
Result: ERROR Running ‘testthat.R’ [66s/81s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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) Attaching package: 'RplotterPkg' The following object is masked from 'package:datasets': sleep > > test_check("RplotterPkg") Saving _problems/test-create_box_plot-28.R Saving _problems/test-create_box_plot-57.R [ FAIL 2 | WARN 34 | SKIP 29 | PASS 120 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • On CRAN (29): 'test-create_bar_plot.R:8:1', 'test-create_bar_plot.R:30:1', 'test-create_bar_plot.R:49:1', 'test-create_box_plot.R:63:1', 'test-create_density_plot.R:8:1', 'test-create_density_plot.R:30:1', 'test-create_density_plot.R:50:1', 'test-create_density_plot.R:70:1', 'test-create_density_ridge_plot.R:10:1', 'test-create_heatmap.R:9:1', 'test-create_histogram_plot.R:7:1', 'test-create_histogram_plot.R:37:1', 'test-create_range_plot.R:7:1', 'test-create_raster_plot.R:6:1', 'test-create_scatter_plot.R:6:1', 'test-create_scatter_plot.R:36:1', 'test-create_scatter_plot.R:58:1', 'test-create_sf_plot.R:7:1', 'test-create_stick_plot.R:6:1', 'test-create_table.R:9:1', 'test-create_table_graphic.R:8:1', 'test-create_waffle_chart.R:8:1', 'test-create_waffle_chart.R:26:1', 'test-get_grob_component.R:7:1', 'test-multi_panel_grid.R:9:1', 'test-percentile_table.R:7:1', 'test-spread_level_plot.R:7:1', 'test-stem_leaf_display.R:10:1', 'test-symmetry_plot.R:7:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-create_box_plot.R:9:3'): create_box_plot() aes_y aes_label ───── Error in ``[.data.table`(dt, , `:=`(outliers, check_outlier(get(aes_y))), by = aes_x)`: attempt access index 7/7 in VECTOR_ELT Backtrace: ▆ 1. └─RplotterPkg::create_box_plot(...) 2. ├─dt[, `:=`(outliers, check_outlier(get(aes_y))), by = aes_x] 3. └─data.table:::`[.data.table`(...) ── Error ('test-create_box_plot.R:35:3'): create_box_plot() aes_x, aes_y aes_label ── Error in ``[.data.table`(dt, , `:=`(outliers, check_outlier(get(aes_y))), by = aes_x)`: attempt access index 2/2 in VECTOR_ELT Backtrace: ▆ 1. └─RplotterPkg::create_box_plot(...) 2. ├─dt[, `:=`(outliers, check_outlier(get(aes_y))), by = aes_x] 3. └─data.table:::`[.data.table`(...) [ FAIL 2 | WARN 34 | SKIP 29 | PASS 120 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc