Package: tabledown Check: examples New result: ERROR Running examples in ‘tabledown-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: gt_tab > ### Title: A Function for gtExtra package friendly data summary. > ### Aliases: gt_tab > > ### ** Examples > > data <- tabledown::FFMQ.CFA[, c(9,10,12,14)] > recode_code <- c( "1" = "Never or very rarely true", "2" = "Rarely true", + "3"= "Sometimes true","4" = "Often true","5" = "Very often or always true") > sample_tab <- gt_tab(data,recode_code) Error in `dplyr::inner_join()`: ! Input columns in `y` must be unique. ✖ Problem with `value`, `value`, `value`, and `value`. Backtrace: ▆ 1. └─tabledown::gt_tab(data, recode_code) 2. ├─dplyr::inner_join(summary_tab, descriptive_tab, by = "Items") 3. └─dplyr:::inner_join.data.frame(summary_tab, descriptive_tab, by = "Items") 4. └─dplyr:::join_mutate(...) 5. └─dplyr:::join_cols(...) 6. └─dplyr:::check_duplicate_vars(y_names, "y", error_call = error_call) 7. └─rlang::abort(bullets, call = error_call) Execution halted