Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tern
Title: Create Common TLGs Used in Clinical Trials
Version: 0.9.9.9010
Version: 0.9.10
Date: 2025-12-14
Authors@R: c(
person("Joe", "Zhu", , "joe.zhu@roche.com", role = c("aut", "cre"),
Expand Down Expand Up @@ -29,7 +29,7 @@ URL: https://insightsengineering.github.io/tern/,
BugReports: https://github.com/insightsengineering/tern/issues
Depends:
R (>= 4.4.0),
rtables (>= 0.6.14.9000)
rtables (>= 0.6.15)
Imports:
broom (>= 1.0.8),
car (>= 3.1-3),
Expand Down Expand Up @@ -73,9 +73,6 @@ VignetteBuilder:
RdMacros:
lifecycle,
Rdpack
Remotes:
insightsengineering/formatters@main,
insightsengineering/rtables@main
Config/Needs/verdepcheck: insightsengineering/rtables, tidymodels/broom,
cran/car, mllg/checkmate, wilkelab/cowplot, tidyverse/dplyr,
rvlenth/emmeans, tidyverse/forcats, insightsengineering/formatters,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tern 0.9.9.9010
# tern 0.9.10

### Enhancements
* Added `alternative` argument to `test_proportion_diff()` to allow one-sided hypothesis testing.
Expand Down
3 changes: 1 addition & 2 deletions inst/REFERENCES.bib
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ @article{HauckAnderson1986
number = {4},
pages = {318--322},
title = {A Comparison of Large-Sample Confidence Interval Methods for the Difference of Two Binomial Probabilities},
urldate = {2025-12-08},
volume = {40},
year = {1986},
doi = {10.2307/2684618}
Expand Down Expand Up @@ -136,4 +135,4 @@ @article{MiettinenNurminen1985
pages = {213--226},
year = {1985},
doi = {10.1002/sim.4780040211}
}
}
Loading