Skip to content

Commit 2a2ea05

Browse files
authored
Merge pull request
Bump version and fix test
2 parents 7ad69db + 842b230 commit 2a2ea05

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

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
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: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# BayesERtools 0.2.4 (in development)
1+
# BayesERtools 0.2.4
22

33
## Major changes
44

5-
* Extended covariate effects functionality to support linear regression models (`ermod_lin`) in addition to binary logistic regression models (`ermod_bin`)
5+
* Extended covariate effects functionality to support linear regression models
6+
(`ermod_lin`) in addition to binary logistic regression models (`ermod_bin`)
7+
(@djnavarro)
8+
9+
## Minor changes
10+
11+
* Fix test for rstanarm update
612

713
# BayesERtools 0.2.3
814

tests/testthat/test-loo_kfold.R

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

8787
expect_equal(
8888
loo_ermod_bin$estimates[, 1],
89-
c(elpd_loo = -38.528662, p_loo = 3.325979, looic = 77.057323)
89+
c(elpd_loo = -38.5289466, p_loo = 3.3262640, looic = 77.0578931)
9090
)
9191
expect_equal(
9292
loo_ermod_emax_w_cov$estimates[, 1],

0 commit comments

Comments
 (0)