Package: volker Type: Package Title: High-Level Functions for Tabulating, Charting and Reporting Survey Data Version: 3.3.1.9000 Date: 2026-02-07 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"), comment = c(ORCID = "0009-0007-2871-7416")), person("Chantal", "Gärtner", email = "chantal.gaertner@uni-muenster.de", role = "ctb", comment = c(ORCID = "0000-0002-3653-6013")), person("Sophia", "Rinne", role = "ctb") ) 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 LazyData: true Imports: stats, utils, rlang, lifecycle, tibble, dplyr, tidyr, tidyselect, ggplot2 (>= 2.2.1), scales, base64enc, purrr, magrittr, 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 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev libglu1-mesa-dev make libharfbuzz-dev texlive libicu-dev libpng-dev libuv1-dev libxml2-dev libgl1-mesa-dev zlib1g-dev Repository: https://strohne.r-universe.dev Date/Publication: 2026-05-29 08:59:41 UTC RemoteUrl: https://github.com/strohne/volker RemoteRef: HEAD RemoteSha: b786d20d842e441cfb253f89f84f401ee7d9854b NeedsCompilation: no Packaged: 2026-07-03 12:34:11 UTC; root Author: Jakob Jünger [aut, cre, cph] (ORCID: ), Henrieke Kotthoff [aut, ctb] (ORCID: ), Chantal Gärtner [ctb] (ORCID: ), Sophia Rinne [ctb] Maintainer: Jakob Jünger