Package: volker
Type: Package
Title: High-Level Functions for Tabulating, Charting and Reporting
        Survey Data
Version: 3.2.0
Date: 2025-11-10
Authors@R: 
  c(
    person("Jakob", "Jünger", email = "jakob.juenger@uni-muenster.de", role = c("aut", "cre", "cph"),
      comment = c(ORCID = "0000-0003-1860-6695")),
    person("Henrieke", "Kotthoff", email = "henrieke.kotthoff@uni-muenster.de", role = c("aut","ctb")),
    person("Chantal", "Gärtner", email = "chantal.gaertner@uni-muenster.de", role = "ctb", 
      comment = c(ORCID = "0000-0002-3653-6013"))
  )
Description: Craft polished tables and plots in Markdown reports. 
             Simply choose whether to treat your data as counts or metrics, 
             and the package will automatically generate well-designed default tables and plots for you.
             Boiled down to the basics, with labeling features and simple interactive reports.
             All functions are 'tidyverse' compatible.
URL: https://github.com/strohne/volker,
        https://strohne.github.io/volker/
BugReports: https://github.com/strohne/volker/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
LazyData: true
Imports: stats, utils, rlang, lifecycle, tibble, dplyr, tidyr,
        tidyselect, ggplot2 (>= 2.2.1), scales, base64enc, purrr,
        magrittr, skimr, broom, knitr, kableExtra, rmarkdown, psych,
        car, effectsize, heplots
Depends: R (>= 4.2)
Suggests: tidyverse, remotes, usethis, testthat (>= 3.0.0), vdiffr
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-10-10 22:45:05 UTC; Jakob
Author: Jakob Jünger [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-1860-6695>),
  Henrieke Kotthoff [aut, ctb],
  Chantal Gärtner [ctb] (ORCID: <https://orcid.org/0000-0002-3653-6013>)
Maintainer: Jakob Jünger <jakob.juenger@uni-muenster.de>
Repository: CRAN
Date/Publication: 2025-10-10 23:10:02 UTC
Built: R 4.4.1; ; 2025-10-11 00:21:14 UTC; unix
