Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Nov 11, 2024
1 parent bd176af commit 8224da7
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 270 deletions.
3 changes: 0 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,9 @@ export(save_output.dlisting)
export(save_outputs)
export(slides_preview)
export(t_ae_pt_diff_slide)
export(t_ae_pt_diff_slide_to_df)
export(t_ae_pt_slide)
export(t_ae_pt_soc_diff_slide)
export(t_ae_pt_soc_diff_slide_to_df)
export(t_ae_pt_soc_slide)
export(t_ae_pt_soc_slide_to_df)
export(t_ae_slide)
export(t_ae_summ_slide)
export(t_aesi_slide)
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion R/t_ae_pt_diff_slide.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ t_ae_pt_diff_slide <- function(adsl, adae, arm = "TRT01A", cutoff = NA,

if (!all(dim(result@rowspans) == c(0, 0))) {
if (is.null(side_by_side)) {
attr(result, "df") <- t_ae_pt_diff_slide_to_df(result)

# adding "N" attribute
arm <- col_paths(result)[[1]][1]
Expand Down
50 changes: 0 additions & 50 deletions R/t_ae_pt_diff_slide_to_df.R

This file was deleted.

1 change: 0 additions & 1 deletion R/t_ae_pt_soc_diff_slide.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ t_ae_pt_soc_diff_slide <- function(adsl, adae, arm = "TRT01A", cutoff = NA,
result@main_title <- "Adverse Events with Difference"

if (is.null(side_by_side)) {
attr(result, "df") <- t_ae_pt_soc_diff_slide_to_df(result)

# adding "N" attribute
arm <- col_paths(result)[[1]][1]
Expand Down
59 changes: 0 additions & 59 deletions R/t_ae_pt_soc_diff_slide_to_df.R

This file was deleted.

1 change: 0 additions & 1 deletion R/t_ae_pt_soc_slide.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ t_ae_pt_soc_slide <- function(adsl, adae, arm, cutoff = NA,
result@main_title <- "Adverse Events table"

if (is.null(side_by_side)) {
attr(result, "df") <- t_ae_pt_soc_slide_to_df(result)

# adding "N" attribute
arm <- col_paths(result)[[1]][1]
Expand Down
60 changes: 0 additions & 60 deletions R/t_ae_pt_soc_slide_to_df.R

This file was deleted.

29 changes: 0 additions & 29 deletions man/t_ae_pt_diff_slide_to_df.Rd

This file was deleted.

33 changes: 0 additions & 33 deletions man/t_ae_pt_soc_diff_slide_to_df.Rd

This file was deleted.

33 changes: 0 additions & 33 deletions man/t_ae_pt_soc_slide_to_df.Rd

This file was deleted.

0 comments on commit 8224da7

Please sign in to comment.