Skip to content

Commit e5d9834

Browse files
authored
Merge branch 'Genentech:main' into placebo-plot
2 parents 1ac3dd8 + c56d3bd commit e5d9834

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@
4646

4747
^LICENSE$
4848
^codecov\.yml$
49+
50+
RPlots.pdf

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.2.2
2-
Date: 2025-06-06 19:58:38 UTC
3-
SHA: 4671fb8c1752ff5b9c5b390532a43e1d9c34db49
1+
Version: 0.2.4
2+
Date: 2025-10-02 19:39:42 UTC
3+
SHA: 4a8b64b2a7aafd8af8da891ef69316b97fa47bb9

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: BayesERtools
22
Type: Package
33
Title: Bayesian Exposure-Response Analysis Tools
4-
Version: 0.2.3.9000
4+
Version: 0.2.4.9000
55
Authors@R:
66
c(person("Kenta", "Yoshida", , "yoshida.kenta.6@gmail.com", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0003-4967-3831")),

NEWS.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1-
# BayesERtools 0.2.4 (in development)
1+
# BayesERtools 0.2.5 (in development)
22

33
## Major changes
4+
5+
## Minor changes
6+
7+
# BayesERtools 0.2.4
8+
9+
## Major changes
10+
11+
* Extended covariate effects functionality to support linear regression models
12+
(`ermod_lin`) in addition to binary logistic regression models (`ermod_bin`)
13+
(@djnavarro)
14+
15+
## Minor changes
416

5-
* Extended covariate effects functionality to support linear regression models (`ermod_lin`) in addition to binary logistic regression models (`ermod_bin`)
17+
* Fix test for rstanarm update
618

719
# BayesERtools 0.2.3
820

tests/testthat/test-loo_kfold.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if (.if_run_ex_eval_mod()) {
8989

9090
expect_equal(
9191
loo_ermod_bin$estimates[, 1],
92-
c(elpd_loo = -38.528662, p_loo = 3.325979, looic = 77.057323)
92+
c(elpd_loo = -38.5289466, p_loo = 3.3262640, looic = 77.0578931)
9393
)
9494
expect_equal(
9595
loo_ermod_emax_w_cov$estimates[, 1],

0 commit comments

Comments
 (0)