Skip to content

Commit

Permalink
Merge pull request #205 from Merck/update-for-cran-resubmission
Browse files Browse the repository at this point in the history
Update for CRAN resubmission
  • Loading branch information
wangben718 authored Oct 23, 2024
2 parents c76772e + 0ace41c commit 624fc79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 21 deletions.
10 changes: 0 additions & 10 deletions R/extend_ae_specific.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@
#' observation = "wk12",
#' parameter = "rel"
#' ) |>
#' extend_ae_specific_inference() |>
#' format_ae_specific(display = c("n", "prop", "diff", "diff_ci"))
#' head(tbl$tbl)
#'
#' # use other options passed on to [metalite.ae::rate_compare_sum()]
#' tbl <- prepare_ae_specific(meta,
#' population = "apat",
#' observation = "wk12",
#' parameter = "rel"
#' ) |>
#' extend_ae_specific_inference(eps = 1e-6, bisection = 200) |>
#' format_ae_specific(display = c("n", "prop", "diff", "diff_ci"))
#' head(tbl$tbl)
Expand Down
8 changes: 7 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## Resubmission
## Resubmission v0.1.3

This is a resubmission. In this version, I have fixed the issue identified in v0.1.3:

* Removed one example for `extend_ae_specific_inference()` to avoid long running time.

## Resubmission v0.1.0

This is a resubmission. In this version, I have fixed the issues identified in v0.1.0:

Expand Down
10 changes: 0 additions & 10 deletions man/extend_ae_specific_inference.Rd

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

0 comments on commit 624fc79

Please sign in to comment.