Package: wrappedtools Type: Package Title: Useful Wrappers Around Commonly Used Functions Description: The main functionalities of 'wrappedtools' are: adding backticks to variable names; rounding to desired precision with special case for p-values; selecting columns based on pattern and/or class and storing their position, name, and backticked name; computing and formatting of descriptive statistics (e.g. mean±SD), comparing groups and creating publication-ready tables with descriptive statistics and p-values; creating specialized plots for correlation matrices. Functions were mainly written for my own daily work or teaching, but may be of use to others as well. Version: 0.9.10 Date: 2026-05-15 Authors@R: c( person(given = "Andreas", family = "Busjahn", role = c("cre", "aut"), email = "andreas@busjahn.net", comment = c(ORCID = "0000-0001-9650-6919")), person(given = "Franziska", family = "Eidloth", role = c("aut"), email = "franziska.eidloth@gmail.com", comment = ""), person(given = "Bilal", family = "Asser", role = c("aut"), email = "billyasser@hotmail.co.uk", comment = "")) Maintainer: Andreas Busjahn License: GPL-3 Encoding: UTF-8 Imports: stats, boot, knitr, coin, utils, dplyr, tidyr, forcats, purrr, glue, rlang, stringr, ggplot2, tibble, kableExtra, lifecycle, broom, rlist, DescTools, flextable, nortest, readr Depends: R (>= 4.2) Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 LazyData: true VignetteBuilder: knitr Suggests: rmarkdown, testthat, ggrepel URL: https://github.com/abusjahn/wrappedtools BugReports: https://github.com/abusjahn/wrappedtools/issues Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://abusjahn.r-universe.dev Date/Publication: 2026-06-17 08:47:46 UTC RemoteUrl: https://github.com/abusjahn/wrappedtools RemoteRef: HEAD RemoteSha: 181d57769dcec31785737e2c12d14b8fb733792f NeedsCompilation: no Packaged: 2026-06-17 12:22:47 UTC; root Author: Andreas Busjahn [cre, aut] (ORCID: ), Franziska Eidloth [aut], Bilal Asser [aut]