Skip to content

Commit 05f0d65

Browse files
committed
reportem
1 parent 74a3bbb commit 05f0d65

5 files changed

Lines changed: 273 additions & 42 deletions

File tree

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: svyTable1
22
Title: Create Survey-Weighted Descriptive Statistics and Diagnostic Tables
3-
Version: 0.10.0
3+
Version: 0.10.1
44
Authors@R: c(person("Ehsan", "Karim",
55
email = "ehsan.karim@gmail.com",
66
role = c("aut", "cre")),
@@ -37,7 +37,8 @@ Imports:
3737
tibble,
3838
tidyr,
3939
utils,
40-
WeightedROC
40+
WeightedROC,
41+
broom
4142
Suggests:
4243
mice,
4344
NHANES,

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import(stats)
1616
importFrom(Publish,publish)
1717
importFrom(WeightedROC,WeightedAUC)
1818
importFrom(WeightedROC,WeightedROC)
19+
importFrom(broom,tidy)
1920
importFrom(dplyr,"%>%")
2021
importFrom(dplyr,across)
2122
importFrom(dplyr,bind_rows)
@@ -29,6 +30,7 @@ importFrom(dplyr,relocate)
2930
importFrom(dplyr,rename)
3031
importFrom(dplyr,select)
3132
importFrom(dplyr,sym)
33+
importFrom(dplyr,tibble)
3234
importFrom(dplyr,ungroup)
3335
importFrom(ggplot2,aes)
3436
importFrom(ggplot2,annotate)

0 commit comments

Comments
 (0)