Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: sumExtras
Title: Extra Functions for 'gtsummary' Table Styling
Version: 0.2.0
Version: 0.3.0
Authors@R:
c(
person(
Expand All @@ -16,6 +16,13 @@ Authors@R:
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'
Expand Down
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# sumExtras 0.3.0

## New Features

* New `.add_p_args` argument to `extras()` allows for passing `gtsummary::add_p()` arguments, such as:
- `test` for specifying statistical tests for each variable (i.e., `"t.test"`, `"fisher.test"`). Thank you, Daniel Maya.
- `pvalue_fun` for formatting p-values
- `group`, `include`, etc.
- See `?gtsummary::add_p.tbl_summary` for more information of proper usage.

## Improvements

* Extended list of zero or `NA` value recognition used by `clean_table`. This fixes the funcion previously not recognizing `0 (0)` for Mean (SD).

# sumExtras 0.2.0

## Breaking Changes
Expand Down
1 change: 1 addition & 0 deletions man/sumExtras-package.Rd

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