Package: crosstable Title: Crosstables for Descriptive Analyses Version: 0.9.0.9008 Authors@R: c(person(given = "Dan", family = "Chaltiel", role = c("aut", "cre"), email = "dan.chaltiel@gmail.com", comment = c(ORCID = "0000-0003-3488-779X")), person(given = "David", family = "Hajage", role = "ccp")) Description: Create descriptive tables for continuous and categorical variables. Apply summary statistics and counting function, with or without a grouping variable, and create beautiful reports using 'rmarkdown' or 'officer'. You can also compute effect sizes and statistical tests if needed. License: GPL-3 URL: https://danchaltiel.github.io/crosstable/, https://github.com/DanChaltiel/crosstable/ BugReports: https://github.com/DanChaltiel/crosstable/issues/ Depends: R (>= 3.6.0) Imports: checkmate (>= 1.9.0), cli (>= 3.0.0), dplyr (>= 1.1.0), flextable (>= 0.5.1), forcats (>= 1.0.0), glue (>= 1.3.0), lifecycle (>= 0.2.0), officer (>= 0.4.0), purrr (>= 0.2.3), rlang (>= 1.0.0), stats, stringr (>= 1.4.0), tibble (>= 1.1), tidyr (>= 1.0.0), utils, Suggests: callr, covr, crayon, xml2, digest, gt, expss, ggplot2, gmodels, Hmisc, hms, jsonlite, knitr, lubridate, openxlsx, rmarkdown, sloop, stringi, survival, systemfonts, tidyselect, testthat (>= 3.0.0), withr, waldo VignetteBuilder: knitr Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/testthat/edition: 3 Config/testthat/parallel: true Config/testthat/start-first: by_factor , effects_snap, officer Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev Repository: https://danchaltiel.r-universe.dev Date/Publication: 2026-05-05 17:12:46 UTC RemoteUrl: https://github.com/DanChaltiel/crosstable RemoteRef: HEAD RemoteSha: 1b44af7d199b324958e310b4fde44bdcb2b56089 NeedsCompilation: no Packaged: 2026-07-04 05:23:00 UTC; root Author: Dan Chaltiel [aut, cre] (ORCID: ), David Hajage [ccp] Maintainer: Dan Chaltiel