Package: desctable
Title: Produce Descriptive and Comparative Tables Easily
Version: 0.1.4
Authors@R: person("Maxime", "Wack", email = "maximewack@free.fr", role = c("aut", "cre"))
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: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-02-07 14:51:48 UTC; maxx
Author: Maxime Wack [aut, cre]
Maintainer: Maxime Wack <maximewack@free.fr>
Repository: CRAN
Date/Publication: 2019-02-07 23:13:51 UTC
