Skip to content

Commit 77a9766

Browse files
Prepare CRAN release (#655)
* Prepare CRAN release * sundry * bump see version * news --------- Co-authored-by: Indrajeet Patil <[email protected]>
1 parent 0c71434 commit 77a9766

File tree

4 files changed

+10
-19
lines changed

4 files changed

+10
-19
lines changed

DESCRIPTION

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: bayestestR
33
Title: Understand and Describe Bayesian Models and Posterior Distributions
4-
Version: 0.13.2.5
4+
Version: 0.14.0
55
Authors@R:
66
c(person(given = "Dominique",
77
family = "Makowski",
@@ -109,7 +109,7 @@ Suggests:
109109
rmarkdown,
110110
rstan,
111111
rstanarm,
112-
see (>= 0.7.5),
112+
see (>= 0.8.5),
113113
testthat,
114114
tweedie
115115
License: GPL-3
@@ -119,12 +119,10 @@ VignetteBuilder:
119119
knitr
120120
Encoding: UTF-8
121121
Language: en-US
122-
RoxygenNote: 7.3.1
122+
RoxygenNote: 7.3.2
123123
Roxygen: list(markdown = TRUE)
124124
Config/testthat/edition: 3
125125
Config/testthat/parallel: true
126126
Config/rcmdcheck/ignore-inconsequential-notes: true
127-
Config/Needs/website:
128-
rstudio/bslib,
129-
r-lib/pkgdown,
130-
easystats/easystatstemplate
127+
Config/Needs/website: easystats/easystatstemplate
128+
Config/Needs/check: stan-dev/cmdstanr

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
* `bayesian_as_frequentist()` now supports more model families from Bayesian
1414
models that can be successfully converted to their frequentists counterparts.
1515

16+
* `bayesfactor_models()` now throws an informative error when Bayes factors for
17+
comparisons could not be calculated.
18+
1619
## Bug fixes
1720

1821
* Fixed issue in `bayesian_as_frequentist()` for *brms* models with `0 + Intercept`

R/convert_bayesian_to_frequentist.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ convert_bayesian_as_frequentist <- function(model, data = NULL, REML = TRUE) {
6363
} else {
6464
# not all families return proper objects from "get", so we capture
6565
# some families via switch here...
66-
model_family <- .safe(switch(
67-
model_family$family,
66+
model_family <- .safe(switch(model_family$family,
6867
beta = glmmTMB::beta_family(link = model_family$link),
6968
beta_binomial = glmmTMB::betabinomial(link = model_family$link),
7069
negbinomial = glmmTMB::nbinom1(link = model_family$link),

inst/WORDLIST

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
ADE
22
Altough
33
ArXiv
4-
BCI
54
BCa
65
BFs
76
BGGM
@@ -41,8 +40,8 @@ HDInterval
4140
Haaf
4241
Hinne
4342
Hirose
44-
Imai
4543
IRR
44+
Imai
4645
Iverson
4746
JASP
4847
JASP's
@@ -60,7 +59,6 @@ Littman
6059
Liu
6160
Lodewyckx
6261
Ly
63-
Makowski
6462
MCMCglmm
6563
MCSE
6664
MPE
@@ -109,15 +107,13 @@ Ying
109107
Zheng
110108
al
111109
altough
112-
analsyes
113110
arXiv
114111
autocorrelated
115112
avaible
116113
bayesQR
117114
bayesian
118115
bcplm
119116
behavioural
120-
blogpost
121117
bmj
122118
bmwiernik
123119
bootsrapped
@@ -127,7 +123,6 @@ centred
127123
characterisation
128124
characterises
129125
ci
130-
columbia
131126
compte
132127
containe
133128
cplm
@@ -136,7 +131,6 @@ doi
136131
driiiing
137132
eXistence
138133
easystats
139-
edu
140134
effectsize
141135
egydq
142136
emmeans
@@ -151,15 +145,13 @@ fullrank
151145
generalised
152146
ggdist
153147
ggdistribute
154-
github
155148
grano
156149
higer
157150
https
158151
infty
159152
ing
160153
interpretability
161154
interpretable
162-
io
163155
iteratively
164156
jmp
165157
joss
@@ -200,7 +192,6 @@ splinefun
200192
ss
201193
stanfit
202194
stanreg
203-
statmodeling
204195
strengejacke
205196
summarise
206197
summarised

0 commit comments

Comments
 (0)