Skip to content
Closed
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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Depends:
R (>= 4.2)
Imports:
broom (>= 1.0.8),
broom.helpers (>= 1.20.0),
cards (>= 0.8.1.9001),
cardx (>= 0.3.3),
cli (>= 3.6.4),
Expand All @@ -51,7 +52,6 @@ Imports:
tibble,
tidyr (>= 1.3.0)
Suggests:
broom.helpers (>= 1.20.0),
coin (>= 1.4.3),
emmeans,
labelled,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ import(ggplot2)
import(glue)
import(rlang)
importFrom(broom,tidy)
importFrom(broom.helpers,tidy_parameters)
importFrom(cards,ard_tabulate_value)
importFrom(cowplot,
draw_plot,
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# crane 0.3.3.9017

* `broom.helpers` is moved from `Suggests` to `Imports`, and `broom.helpers::tidy_parameters` is now imported. (#312)

* `tbl_null_report()` now centers its message, so with no body content it reads as a "no data" panel spanning the table instead of text hugging the left edge. (#305)

* `get_mmrm_results()` gains a `weights` argument (default `"equal"`) passed to `emmeans::emmeans()`, so proportionally weighted LS Means can be requested with `weights = "proportional"`. Check `?emmeans::emmeans()` for other `weights` options. (#299)
Expand Down
1 change: 1 addition & 0 deletions R/crane-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#' @import ggplot2
#' @import glue glue
#' @importFrom broom tidy
#' @importFrom broom.helpers tidy_parameters
#' @importFrom cowplot plot_grid ggdraw draw_plot
#' @importFrom dplyr across starts_with ends_with contains matches num_range
#' @importFrom dplyr all_of any_of everything last_col where mutate
Expand Down
Loading