Skip to content

Commit

Permalink
update print method with rtables outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaigu1990 committed Apr 11, 2024
1 parent b6a08de commit 3815bf2
Show file tree
Hide file tree
Showing 9 changed files with 274 additions and 204 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Imports:
magrittr,
purrr,
rlang,
rtables,
stats,
survival,
survminer,
Expand Down
7 changes: 7 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ importFrom(magrittr,set_colnames)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(rtables,analyze)
importFrom(rtables,basic_table)
importFrom(rtables,build_table)
importFrom(rtables,in_rows)
importFrom(rtables,non_ref_rcell)
importFrom(rtables,rcell)
importFrom(rtables,split_cols_by)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,confint)
Expand Down
2 changes: 2 additions & 0 deletions R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#' @importFrom dplyr add_count arrange case_when count distinct filter full_join
#' group_by left_join mutate row_number rowwise select summarise ungroup
#' @importFrom rlang sym := .data
#' @importFrom rtables analyze basic_table build_table in_rows rcell non_ref_rcell
#' split_cols_by
#' @importFrom survival coxph strata
#' @importFrom survminer pairwise_survdiff
#' @importFrom lubridate ymd days
Expand Down
Loading

0 comments on commit 3815bf2

Please sign in to comment.