Skip to content

Commit

Permalink
Removed global_pvalue_fun_tidycrr() as already part of tidycmprsk. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoolfolk committed Oct 21, 2024
1 parent 09015d4 commit 687630b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ S3method(glance_fun_s3,default)
S3method(glance_fun_s3,mira)
S3method(global_pvalue_fun,default)
S3method(global_pvalue_fun,geeglm)
S3method(global_pvalue_fun,tidycrr)
S3method(inline_text,gtsummary)
S3method(inline_text,tbl_continuous)
S3method(inline_text,tbl_cross)
Expand Down
4 changes: 0 additions & 4 deletions R/global_pvalue_fun.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,3 @@ global_pvalue_fun.geeglm <- function(x, type, ...) {

cardx::ard_aod_wald_test(x, ...)
}

#' @rdname global_pvalue_fun
#' @export
global_pvalue_fun.tidycrr <- global_pvalue_fun.geeglm
3 changes: 0 additions & 3 deletions man/global_pvalue_fun.Rd

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

0 comments on commit 687630b

Please sign in to comment.