Package: tabxplor Title: User-Friendly Tables with Color Helpers for Data Exploration Version: 1.3.1 Authors@R: person(given = "Brice", family = "Nocenti", role = c("aut", "cre"), email = "brice.nocenti@gmail.com") Description: Make it easy to deal with multiple cross-tables in data exploration, by creating them, manipulating them, and adding color helpers to highlight important informations (differences from totals, comparisons between lines or columns, contributions to variance, confidence intervals, odds ratios, etc.). All functions are pipe-friendly and render data frames which can be easily manipulated. In the same time, time-taking operations are done with 'data.table' to go faster with big dataframes. Tables can be exported with formats and colors to 'Excel', plot and html. URL: https://github.com/BriceNocenti/tabxplor BugReports: https://github.com/BriceNocenti/tabxplor/issues License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Suggests: bench (>= 1.1.0), fansi (>= 0.5.0), htmltools (>= 0.5.0), jmvcore (>= 2.4.0), knitr, openxlsx (>= 4.0.0), R6, ggpubr (>= 0.6.0), ggplot2 (>= 3.4.0), cowplot (>= 1.1.1), gtable, grDevices, grid, rmarkdown, rstudioapi (>= 0.1), testthat (>= 3.0.0), labelled (>= 2.0.0), broom (>= 1.0.0), workflows (>= 1.0.0), hardhat (>= 1.3.0), survey (>= 3.0.0), withr (>= 3.0.0), poissonreg (>= 1.0.0), gridExtra (>= 2.3.0), clipr Config/testthat/edition: 3 Imports: dplyr (>= 1.0.3), stringr (>= 1.4.0), crayon (>= 1.3.0), forcats (>= 0.5.0), magrittr (>= 1.5.0), purrr (>= 0.3.0), rlang (>= 0.4.0), tibble (>= 3.1.0), tidyr (>= 1.1.0), vctrs (>= 0.3.0), cli (>= 2.0.0), tidyselect (>= 1.0.0), stringi (>= 1.4.6), pillar (>= 1.6.0), stats (>= 4.0.0), kableExtra (>= 1.3.0), DescTools (>= 0.99.0), data.table, Depends: R (>= 4.1.0) VignetteBuilder: knitr Config/potools/style: explicit Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libpng-dev libuv1-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://bricenocenti.r-universe.dev Date/Publication: 2026-07-01 18:05:43 UTC RemoteUrl: https://github.com/bricenocenti/tabxplor RemoteRef: HEAD RemoteSha: 4a39a1e37a4abea27d673d6b5cf7ed6c69f83ba2 NeedsCompilation: no Packaged: 2026-07-01 19:50:58 UTC; root Author: Brice Nocenti [aut, cre] Maintainer: Brice Nocenti