-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.66 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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.6
Date: 2024-10-10
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 = "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,
forcats,
purrr,
glue,
rlang,
stringr,
ggplot2,
tibble,
tidyr,
kableExtra,
lifecycle,
broom,
rlist,
DescTools,
flextable,
nortest
Depends:
R (>= 4.2)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LazyData: true
VignetteBuilder: knitr
Suggests: rmarkdown, testthat, ggrepel
URL: https://github.com/abusjahn/wrappedtools
BugReports: https://github.com/abusjahn/wrappedtools/issues