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

Last updated on 2026-02-15 07:51:02 CET.

Package ERROR OK
inspectdf 9 5

Package inspectdf

Current CRAN status: ERROR: 9, OK: 5

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 Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

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, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.