Skip to content

Commit

Permalink
Merge 8dfb315 into a3f3529
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua authored May 25, 2023
2 parents a3f3529 + 8dfb315 commit e05b15b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tern
Title: Create Common TLGs Used in Clinical Trials
Version: 0.8.2
Date: 2023-05-03
Version: 0.8.2.9001
Date: 2023-05-25
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
person("Daniel", "Sabanés Bové", , "[email protected]", role = "aut"),
Expand Down
3 changes: 0 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,8 @@ importFrom(grid,drawDetails)
importFrom(grid,heightDetails)
importFrom(grid,validDetails)
importFrom(grid,widthDetails)
importFrom(lifecycle,badge)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stats,pchisq)
importFrom(survival,Surv)
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# tern 0.8.2.9001


# tern 0.8.2

### Breaking Changes
Expand Down
5 changes: 2 additions & 3 deletions R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
#' @import rtables ggplot2
#' @importFrom broom tidy
#' @importFrom formatters propose_column_widths
#' @importFrom lifecycle badge
#' @importFrom methods new
#' @importFrom magrittr %>%
#' @importFrom methods new
#' @importFrom Rdpack reprompt
#' @importFrom rlang .data := !!
#' @importFrom rlang .data
#' @importFrom survival coxph strata Surv
#' @importFrom stats pchisq
NULL
Expand Down

0 comments on commit e05b15b

Please sign in to comment.