CRAN Package Check Results for Package inspectdf

Last updated on 2026-02-03 14:51:29 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.12.1 21.79 76.23 98.02 OK
r-devel-linux-x86_64-debian-gcc 0.0.12.1 15.10 54.45 69.55 OK
r-devel-linux-x86_64-fedora-clang 0.0.12.1 50.00 117.78 167.78 ERROR
r-devel-linux-x86_64-fedora-gcc 0.0.12.1 45.00 113.59 158.59 ERROR
r-devel-windows-x86_64 0.0.12.1 29.00 103.00 132.00 OK
r-patched-linux-x86_64 0.0.12.1 21.70 71.26 92.96 OK
r-release-linux-x86_64 0.0.12.1 19.76 71.22 90.98 OK
r-release-macos-arm64 0.0.12.1 OK
r-release-macos-x86_64 0.0.12.1 13.00 83.00 96.00 OK
r-release-windows-x86_64 0.0.12.1 27.00 100.00 127.00 OK
r-oldrel-macos-arm64 0.0.12.1 OK
r-oldrel-macos-x86_64 0.0.12.1 14.00 57.00 71.00 OK
r-oldrel-windows-x86_64 0.0.12.1 33.00 127.00 160.00 OK

Check Details

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