Package: desctable Title: Produce Descriptive and Comparative Tables Easily Version: 0.3.1 Authors@R: c(person("Maxime", "Wack", email = "maximewack@free.fr", role = c("aut", "cre")), person("Adrien", "Boukobza", email = "hadrien_b@hotmail.fr", role = c("aut")), person("Yihui", "Xie", email = "xieyihui@gmail.com", role = c("ctb"))) Description: Easily create descriptive and comparative tables. It makes use and integrates directly with the tidyverse family of packages, and pipes. Tables are produced as (nested) dataframes for easy manipulation. Depends: R (>= 3.2.3), pander License: GPL-3 Encoding: UTF-8 URL: https://desctable.github.io BugReports: https://github.com/desctable/desctable/issues Imports: dplyr, DT, htmltools, rlang, tidyr, utils Suggests: knitr, rmarkdown, purrr, survival RoxygenNote: 7.3.2 VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://desctable.r-universe.dev Date/Publication: 2025-08-29 04:48:02 UTC RemoteUrl: https://github.com/desctable/desctable RemoteRef: HEAD RemoteSha: e6b3327dfb4f5a8b51391d4a73fcccdebbd4fb90 NeedsCompilation: no Packaged: 2026-07-03 23:40:38 UTC; root Author: Maxime Wack [aut, cre], Adrien Boukobza [aut], Yihui Xie [ctb] Maintainer: Maxime Wack