Skip to content

Commit

Permalink
Import ggplot2, cowplot functions
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Jan 20, 2024
1 parent 82ea46d commit 78dfe9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@ export(make_table_35)
export(split_cols_by_arm)
import(Tplyr)
import(dplyr)
import(ggplot2)
import(gt)
import(gtsummary)
import(rtables)
import(tern)
import(tfrmt)
importFrom(cowplot,get_legend)
importFrom(cowplot,plot_grid)
importFrom(formatters,var_labels)
importFrom(formatters,var_relabel)
importFrom(formatters,with_label)
Expand Down
3 changes: 2 additions & 1 deletion R/falcon.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
"_PACKAGE"


#' @import dplyr gt gtsummary rtables tern tfrmt Tplyr
#' @import dplyr ggplot2 gt gtsummary rtables tern tfrmt Tplyr
#' @importFrom rlang .data :=
#' @importFrom magrittr %>%
#' @importFrom purrr walk
#' @importFrom stats median sd quantile
#' @importFrom tidyr pivot_longer separate_rows pivot_wider
#' @importFrom formatters with_label var_labels var_relabel
#' @importFrom rlistings as_listing
#' @importFrom cowplot plot_grid get_legend
NULL

# Fix R CMD check warning for missing global definitions
Expand Down

0 comments on commit 78dfe9d

Please sign in to comment.