Package: cheese Version: 0.1.3.9000 Date: 2025-07-23 Title: Tools for Working with Data During Statistical Analysis Authors@R: person(given = "Alex", family = "Zajichek", email = "alexzajichek@gmail.com", role = c("aut", "cre")) Description: Contains tools for working with data during statistical analysis, promoting flexible, intuitive, and reproducible workflows. There are functions designated for specific statistical tasks such building a custom univariate descriptive table, computing pairwise association statistics, etc. These are built on a collection of data manipulation tools designed for general use that are motivated by the functional programming concept. URL: https://zajichek.github.io/cheese/, https://github.com/zajichek/cheese/ License: MIT + file LICENSE Depends: R (>= 3.4.0) Imports: dplyr (>= 0.8.2), forcats (>= 0.3.0), kableExtra (>= 1.0.1), knitr (>= 1.20), magrittr (>= 1.5), methods (>= 3.4.1), purrr (>= 0.3.2), rlang (>= 0.4.3), stringr (>= 1.3.1), tibble (>= 2.1.3), tidyr (>= 0.8.1), tidyselect (>= 1.0.0) Suggests: rmarkdown (>= 1.10) VignetteBuilder: knitr Encoding: UTF-8 LazyData: true Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libpng-dev libuv1-dev libxml2-dev Repository: https://zajichek.r-universe.dev Date/Publication: 2025-07-24 03:41:52 UTC RemoteUrl: https://github.com/zajichek/cheese RemoteRef: HEAD RemoteSha: df2e4edae2134d8f62eaf67b96db3ce59a4a0ad4 NeedsCompilation: no Packaged: 2026-06-20 10:43:38 UTC; root Author: Alex Zajichek [aut, cre] Maintainer: Alex Zajichek