Package: desctable
Title: Produce Descriptive and Comparative Tables Easily
Version: 0.1.7
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, purrr, DT, htmltools, pander
Suggests: knitr, rmarkdown, survival
RoxygenNote: 7.0.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-02-03 15:25:06 UTC; maxx
Author: Maxime Wack [aut, cre],
  Adrien Boukobza [aut]
Maintainer: Maxime Wack <maximewack@free.fr>
Repository: CRAN
Date/Publication: 2020-02-03 16:20:06 UTC
