-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·56 lines (56 loc) · 1.54 KB
/
DESCRIPTION
File metadata and controls
executable file
·56 lines (56 loc) · 1.54 KB
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
Package: sumExtras
Title: Extra Functions for 'gtsummary' Table Styling
Version: 1.0.0
Authors@R:
c(
person(
"Kyle",
"Grealis",
email = "kyleGrealis@proton.me",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9223-8854")
),
person(
given = "Raymond",
family = "Balise",
role = c("ctb"),
email = "balise@miami.edu",
comment = c(ORCID = "0000-0002-9856-5901")
),
person(
"Daniel",
"Maya",
email = "dheal.maya@gmail.com",
role = 'ctb',
comment = c(ORCID = "0000-0002-0164-7768")
)
)
Description: Provides additional convenience functions for 'gtsummary'
(Sjoberg et al. (2021) <doi:10.32614/RJ-2021-053>) & 'gt' tables,
including automatic variable labeling from dictionaries, standardized
missing value display, and consistent formatting helpers for streamlined
table styling workflows.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1.0)
Suggests:
broom (>= 1.0.5),
broom.helpers (>= 1.20.0),
knitr,
labelled,
survey,
testthat (>= 3.0.0),
tibble
VignetteBuilder: knitr
Config/testthat/edition: 3
Imports:
dplyr,
gt (>= 0.9.0),
gtsummary (>= 1.7.0),
rlang
URL: https://github.com/kyleGrealis/sumExtras,
https://www.kyleGrealis.com/sumExtras/
BugReports: https://github.com/kyleGrealis/sumExtras/issues