Package: crosstabser Title: Generate Crosstabs of Labelled Data Sets with Excel Files Version: 0.0.0.9000 Authors@R: c( person(given = "Urs", family = "Wilke", role = c("aut", "cre"), email = "urs.wilke@gmail.com", comment = c(ORCID = "0000-0001-7257-2524")), person(given = "Wolf", family = "Wilke", role = c("aut"), email = "wilke@data-connection.de") ) Description: An R package to use commands in Excel files to generate crosstabs of labelled data sets (usually survey data). The crosstabs can be printed to the console, and serve as an input for an app to plot them interactively. License: AGPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) Imports: openxlsx2, R6, tibble, dplyr, tidyr, stringr, purrr, rlang, matrixStats, Hmisc, tidyselect, pillar, cli, datadaptor, vctrs, S7, xml2, jsonlite Remotes: git::https://codeberg.org/urswilke/datadaptor Suggests: testthat (>= 3.0.0), haven, ggplot2, withr, knitr, rmarkdown, janitor, glue Config/testthat/edition: 3 VignetteBuilder: knitr Language: en-US URL: https://urswilke.codeberg.page/crosstabser, https://codeberg.org/urswilke/crosstabser, https://urswilke.r-universe.dev/crosstabser Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libx11-dev zlib1g-dev Repository: https://urswilke.r-universe.dev Date/Publication: 2026-05-17 16:20:23 UTC RemoteUrl: https://codeberg.org/urswilke/crosstabser RemoteRef: HEAD RemoteSha: 16872f2736361af7de36c1009cfeb71ed76ee088 NeedsCompilation: no Packaged: 2026-07-02 09:48:12 UTC; root Author: Urs Wilke [aut, cre] (ORCID: ), Wolf Wilke [aut] Maintainer: Urs Wilke Depends: R (>= 4.3.0)