Package: summarytabl
Type: Package
Title: Generate Summary Tables for Categorical, Ordinal, and Continuous
        Data
Version: 0.2.0
Authors@R: c(
    person(given = "Ama", family = "Nyame-Mensah", 
    email = "ama@anyamemensah.com", role = c("aut", "cre")))
Maintainer: Ama Nyame-Mensah <ama@anyamemensah.com>
URL: https://anyamemensah.github.io/summarytabl/,
        https://github.com/anyamemensah/summarytabl
BugReports: https://github.com/anyamemensah/summarytabl/issues
Description: Provides functions for tabulating and summarizing 
    categorical, multiple response, ordinal, and continuous 
    variables in R data frames. Makes it easy to create clear, 
    structured summary tables, so you spend less time wrangling 
    data and more time interpreting it.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: cli (>= 3.6.5), dplyr (>= 1.1.4), purrr (>= 1.1.0), rlang (>=
        1.1.6), stats (>= 4.4.2), tibble (>= 3.3.0), tidyr (>= 1.3.1),
RoxygenNote: 7.3.3
Suggests: knitr (>= 1.50), rmarkdown (>= 2.29), testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends: R (>= 4.1.0)
NeedsCompilation: no
Packaged: 2025-11-06 00:29:09 UTC; AmaNM
Author: Ama Nyame-Mensah [aut, cre]
Repository: CRAN
Date/Publication: 2025-11-06 00:40:02 UTC
