CRAN Package Check Results for Package inspectdf

Last updated on 2026-02-08 17:49:50 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.12.1 21.55 73.50 95.05 ERROR
r-devel-linux-x86_64-debian-gcc 0.0.12.1 14.49 52.99 67.48 ERROR
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 95.00 124.00 ERROR
r-patched-linux-x86_64 0.0.12.1 20.93 68.07 89.00 ERROR
r-release-linux-x86_64 0.0.12.1 21.33 67.65 88.98 ERROR
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 36.00 122.00 158.00 ERROR

Check Details

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-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.