Skip to content

Commit 2d973f1

Browse files
committed
v141
1 parent 197c161 commit 2d973f1

File tree

4 files changed

+288
-284
lines changed

4 files changed

+288
-284
lines changed

DESCRIPTION

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
Package: svyTable1
22
Title: Create Survey-Weighted Descriptive Statistics and Diagnostic Tables
3-
Version: 0.14.0
3+
Version: 0.14.1
44
Authors@R: c(person("Ehsan", "Karim",
55
email = "[email protected]",
66
role = c("aut", "cre")),
77
person("Esteban", "Valencia",
88
comment = "Provided feedback on generalizing the svydiag function, tested installation issues and fixed a bug regarding effective sample size calculation.",
9-
role = "ctb"))
9+
role = "ctb"),
10+
person("Kevin", "Hu",
11+
role = "ctb",
12+
comment = "Reported a scoping bug in the svycoxph_CE function regarding survey design objects created via pipes."))
1013
Description: A tool to create publication-ready tables from complex
1114
survey data, including descriptive summaries and multi-panel
1215
interaction reports. It also provides a suite of functions to

NAMESPACE

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ importFrom(dplyr,n)
3535
importFrom(dplyr,relocate)
3636
importFrom(dplyr,rename)
3737
importFrom(dplyr,select)
38-
importFrom(dplyr,setdiff)
3938
importFrom(dplyr,sym)
4039
importFrom(dplyr,tibble)
4140
importFrom(dplyr,ungroup)
@@ -44,8 +43,12 @@ importFrom(ggplot2,annotate)
4443
importFrom(ggplot2,coord_cartesian)
4544
importFrom(ggplot2,element_blank)
4645
importFrom(ggplot2,element_text)
46+
importFrom(ggplot2,geom_errorbar)
47+
importFrom(ggplot2,geom_hline)
48+
importFrom(ggplot2,geom_line)
4749
importFrom(ggplot2,geom_point)
4850
importFrom(ggplot2,geom_ribbon)
51+
importFrom(ggplot2,geom_smooth)
4952
importFrom(ggplot2,geom_step)
5053
importFrom(ggplot2,geom_text)
5154
importFrom(ggplot2,ggplot)
@@ -56,6 +59,7 @@ importFrom(ggplot2,scale_x_continuous)
5659
importFrom(ggplot2,scale_y_discrete)
5760
importFrom(ggplot2,theme)
5861
importFrom(ggplot2,theme_classic)
62+
importFrom(ggplot2,theme_minimal)
5963
importFrom(graphics,abline)
6064
importFrom(graphics,plot)
6165
importFrom(graphics,title)

0 commit comments

Comments
 (0)