Skip to content

Commit

Permalink
bump cards version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Oct 4, 2024
1 parent cf6b5ef commit 692323f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gtsummary
Title: Presentation-Ready Data Summary and Analytic Result Tables
Version: 2.0.2.9010
Version: 2.0.2.9011
Authors@R: c(
person("Daniel D.", "Sjoberg", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0862-2018")),
Expand Down Expand Up @@ -45,7 +45,7 @@ BugReports: https://github.com/ddsjoberg/gtsummary/issues
Depends:
R (>= 4.2)
Imports:
cards (>= 0.2.2.9015),
cards (>= 0.3.0),
cli (>= 3.6.3),
dplyr (>= 1.1.3),
glue (>= 1.8.0),
Expand Down Expand Up @@ -86,7 +86,6 @@ Suggests:
testthat (>= 3.2.0),
withr (>= 2.5.0),
workflows (>= 0.2.4)
Remotes: insightsengineering/cards
VignetteBuilder:
knitr
RdMacros:
Expand Down
2 changes: 1 addition & 1 deletion R/tbl_hierarchical.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#' used to specify the summary statistics to display for all variables in `tbl_hierarchical()`.
#' The default is `"{n} ({p})"`.
#' @param overall_row (scalar `logical`)\cr
#' whether an overall summmary row should be included at the top of the table.
#' whether an overall summary row should be included at the top of the table.
#' The default is `FALSE`.
#' @param label ([`formula-list-selector`][syntax])\cr
#' used to override default labels in hierarchical table, e.g. `list(AESOC = "System Organ Class")`.
Expand Down
2 changes: 1 addition & 1 deletion man/brdg_hierarchical.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tbl_hierarchical.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 692323f

Please sign in to comment.