Package: tabxplor
Title: User-Friendly Tables with Color Helpers for Data Exploration
Version: 1.0.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. All functions are "tidy",
    pipe-friendly, and render data frames which can be easily manipulated.
    Tables can be exported to Excel and in html with formats and colors.
URL: https://github.com/BriceNocenti/tabxplor
BugReports: https://github.com/BriceNocenti/tabxplor/issues
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.1.1
Suggests: fansi (>= 0.5.0), htmltools (>= 0.5.0), knitr, openxlsx (>=
        4.0.0), rmarkdown, rstudioapi (>= 0.1), testthat (>= 3.0.0)
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.0.0), vctrs
        (>= 0.3.0), cli (>= 2.0.0), tidyselect (>= 1.0.0), stringi (>=
        1.4.6), pillar (>= 1.6.0), methods (>= 4.0.0), stats (>=
        4.0.0), kableExtra (>= 1.3.0), DescTools (>= 0.99.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-09-12 18:07:56 UTC; Brice
Author: Brice Nocenti [aut, cre]
Maintainer: Brice Nocenti <brice.nocenti@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-14 06:00:02 UTC
