Package: crosstable
Title: Crosstables for Descriptive Analyses
Version: 0.2.1
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 statistical tests and effect sizes 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.1.0)
Imports: checkmate, dplyr (>= 1.0.0), ellipsis, flextable (>= 0.5.8),
        forcats, glue, lifecycle, nortest, officer, purrr, rlang (>=
        0.4.7), stats, stringr, survival, tibble, tidyr, tidyselect
Suggests: covr, crayon, xml2, DescTools, digest, gt, expss, ggplot2,
        gmodels, Hmisc, jsonlite, knitr, openxlsx, rmarkdown, sloop,
        stringi, systemfonts, testthat, withr, waldo,
VignetteBuilder: knitr
RdMacros: lifecycle
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: watcher, parallel*
NeedsCompilation: no
Packaged: 2021-03-05 14:45:25 UTC; Dan
Author: Dan Chaltiel [aut, cre] (<https://orcid.org/0000-0003-3488-779X>),
  David Hajage [ccp]
Maintainer: Dan Chaltiel <dan.chaltiel@gmail.com>
Repository: CRAN
Date/Publication: 2021-03-08 09:20:02 UTC
