Skip to content

Commit 9f4d42b

Browse files
authored
Bump version to 0.9.10 and clean up DESCRIPTION [skip vbump] (#1458)
Updated package version and removed unnecessary remotes. # Pull Request <!--- Replace `#nnn` with your issue link for reference. --> Fixes #nnn --------- Signed-off-by: Joe Zhu <joe.zhu@roche.com>
1 parent 45b34dc commit 9f4d42b

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: tern
22
Title: Create Common TLGs Used in Clinical Trials
3-
Version: 0.9.9.9010
3+
Version: 0.9.10
44
Date: 2025-12-14
55
Authors@R: c(
66
person("Joe", "Zhu", , "joe.zhu@roche.com", role = c("aut", "cre"),
@@ -29,7 +29,7 @@ URL: https://insightsengineering.github.io/tern/,
2929
BugReports: https://github.com/insightsengineering/tern/issues
3030
Depends:
3131
R (>= 4.4.0),
32-
rtables (>= 0.6.14.9000)
32+
rtables (>= 0.6.15)
3333
Imports:
3434
broom (>= 1.0.8),
3535
car (>= 3.1-3),
@@ -73,9 +73,6 @@ VignetteBuilder:
7373
RdMacros:
7474
lifecycle,
7575
Rdpack
76-
Remotes:
77-
insightsengineering/formatters@main,
78-
insightsengineering/rtables@main
7976
Config/Needs/verdepcheck: insightsengineering/rtables, tidymodels/broom,
8077
cran/car, mllg/checkmate, wilkelab/cowplot, tidyverse/dplyr,
8178
rvlenth/emmeans, tidyverse/forcats, insightsengineering/formatters,

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tern 0.9.9.9010
1+
# tern 0.9.10
22

33
### Enhancements
44
* Added `alternative` argument to `test_proportion_diff()` to allow one-sided hypothesis testing.

inst/REFERENCES.bib

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ @article{HauckAnderson1986
8989
number = {4},
9090
pages = {318--322},
9191
title = {A Comparison of Large-Sample Confidence Interval Methods for the Difference of Two Binomial Probabilities},
92-
urldate = {2025-12-08},
9392
volume = {40},
9493
year = {1986},
9594
doi = {10.2307/2684618}
@@ -136,4 +135,4 @@ @article{MiettinenNurminen1985
136135
pages = {213--226},
137136
year = {1985},
138137
doi = {10.1002/sim.4780040211}
139-
}
138+
}

0 commit comments

Comments
 (0)