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 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.9
Date: 2025-09-04
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 <andreas@busjahn.net>
License: GPL-3
Encoding: UTF-8
Imports: stats, boot, knitr, coin, utils, dplyr, tidyr, forcats, purrr,
        glue, rlang, stringr, ggplot2, tibble, tidyr, kableExtra,
        lifecycle, broom, rlist, DescTools, flextable, nortest
Depends: R (>= 4.2)
RoxygenNote: 7.3.3
LazyData: true
VignetteBuilder: knitr
Suggests: rmarkdown, testthat, ggrepel
URL: https://github.com/abusjahn/wrappedtools
BugReports: https://github.com/abusjahn/wrappedtools/issues
NeedsCompilation: no
Packaged: 2025-09-04 17:56:55 UTC; abusj
Author: Andreas Busjahn [cre, aut] (ORCID:
    <https://orcid.org/0000-0001-9650-6919>),
  Franziska Eidloth [aut],
  Bilal Asser [aut]
Repository: CRAN
Date/Publication: 2025-09-04 18:30:02 UTC
Built: R 4.6.0; ; 2025-11-02 05:29:15 UTC; windows
