Package: desctable Title: Produce Descriptive and Comparative Tables Easily Version: 0.1.8 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"))) 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 data frames/lists of data frames for easy manipulation after creation, and ready to be saved as csv, or piped to DT::datatable() or pander::pander() to integrate into reports. Depends: R (>= 3.2.3) License: GPL-3 Encoding: UTF-8 LazyData: true URL: https://github.com/maximewack/desctable BugReports: https://github.com/maximewack/desctable/issues Imports: dplyr, DT, htmltools, pander Suggests: knitr, rmarkdown, purrr, survival RoxygenNote: 7.0.2 VignetteBuilder: knitr