Package check result: OK Changes to worse in reverse depends: Package: ggfacto Check: examples New result: ERROR Running examples in ‘ggfacto-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: pca_interpret > ### Title: Colored Table to Help Interpretation of Principal Component > ### Analysis > ### Aliases: pca_interpret > > ### ** Examples > > > data(mtcars, package = "datasets") > mtcars <- mtcars[1:7] |> dplyr::rename(weight = wt) > res.pca <- FactoMineR::PCA(mtcars, graph = FALSE) > pca_interpret(res.pca) Error in `dplyr::mutate()`: ℹ In argument: `dplyr::across(...)`. Caused by error in `across()`: ! Can't compute column `Dim.1`. Caused by error in `tabxplor::fmt()`: ! unused argument (diff_type = "tot") Backtrace: ▆ 1. ├─ggfacto::pca_interpret(res.pca) 2. │ ├─dplyr::mutate(...) 3. │ └─dplyr:::mutate.data.frame(...) 4. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by) 5. │ ├─base::withCallingHandlers(...) 6. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns) 7. │ ├─base::withCallingHandlers(...) 8. │ └─mask$eval_all_mutate(quo) 9. │ └─dplyr (local) eval() 10. └─base::.handleSimpleError(...) 11. └─dplyr (local) h(simpleError(msg, call)) 12. └─rlang::abort(msg, call = call("across"), parent = cnd) Execution halted