CRAN Package Check Results for Maintainer ‘Alastair Rushworth <alastairmrushworth at gmail.com>’

Last updated on 2026-02-04 04:50:32 CET.

Package ERROR OK
inspectdf 3 10

Package inspectdf

Current CRAN status: ERROR: 3, OK: 10

Version: 0.0.12.1
Check: examples
Result: ERROR Running examples in ‘inspectdf-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: show_plot > ### Title: Simple graphical inspection of dataframe summaries > ### Aliases: show_plot > > ### ** Examples > > # Load 'starwars' data > data("starwars", package = "dplyr") > > # Horizontal bar plot for categorical column composition > x <- inspect_cat(starwars) > show_plot(x) Error in `group_by()`: ! Must group by variables found in `.data`. ✖ Column `col_name` is not found. Backtrace: ▆ 1. ├─inspectdf::show_plot(x) 2. │ └─inspectdf:::plot_cat(x, ...) 3. │ └─inspectdf:::collapse_levels(lvl_df, i) 4. │ └─... %>% mutate(level_key = paste0(value, "-", col_name)) 5. ├─dplyr::mutate(., level_key = paste0(value, "-", col_name)) 6. ├─dplyr::arrange(., col_name) 7. ├─dplyr::ungroup(.) 8. ├─dplyr::mutate(., colvalstretch = colvalstretch * (1 - 0.8 * (1/length(colval)))) 9. ├─dplyr::mutate(...) 10. ├─dplyr::mutate(., colval = cumsum(prop)) 11. ├─dplyr::group_by(., col_name) 12. └─dplyr:::group_by.data.frame(., col_name) 13. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 14. └─rlang::abort(bullets, call = error_call) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.12.1
Check: examples
Result: ERROR Running examples in ‘inspectdf-Ex.R’ failed The error most likely occurred in: > ### Name: show_plot > ### Title: Simple graphical inspection of dataframe summaries > ### Aliases: show_plot > > ### ** Examples > > # Load 'starwars' data > data("starwars", package = "dplyr") > > # Horizontal bar plot for categorical column composition > x <- inspect_cat(starwars) > show_plot(x) Error in `group_by()`: ! Must group by variables found in `.data`. ✖ Column `col_name` is not found. Backtrace: ▆ 1. ├─inspectdf::show_plot(x) 2. │ └─inspectdf:::plot_cat(x, ...) 3. │ └─inspectdf:::collapse_levels(lvl_df, i) 4. │ └─... %>% mutate(level_key = paste0(value, "-", col_name)) 5. ├─dplyr::mutate(., level_key = paste0(value, "-", col_name)) 6. ├─dplyr::arrange(., col_name) 7. ├─dplyr::ungroup(.) 8. ├─dplyr::mutate(., colvalstretch = colvalstretch * (1 - 0.8 * (1/length(colval)))) 9. ├─dplyr::mutate(...) 10. ├─dplyr::mutate(., colval = cumsum(prop)) 11. ├─dplyr::group_by(., col_name) 12. └─dplyr:::group_by.data.frame(., col_name) 13. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env()) 14. └─rlang::abort(bullets, call = error_call) Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc