diff --git a/DESCRIPTION b/DESCRIPTION index c6e3b4e8..6e396245 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: bmm Title: Easy and Accesible Bayesian Measurement Models using 'brms' -Version: 0.3.4.9000 +Version: 0.3.5.9000 Authors@R: c( person("Vencislav", "Popov", , "vencislav.popov@gmail.com", role = c("aut", "cre", "cph")), person("Gidon", "Frischkorn", , "gidon.frischkorn@psychologie.uzh.ch", role = c("aut", "cph"))) diff --git a/NEWS.md b/NEWS.md index b3264b97..49fde50b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,7 @@ * add postprocessing methods for sdmSimple to allow for pp_check(), conditional_effects and bridgesampling usage with the model (#30) * add informed default priors for all models. You can always use the `get_model_prior()` function to see the default priors for a model * add a new function `set_default_prior` for developers, which allows them to more easily set default priors on new models regardless of the user-specified formula +* you can now specify variables for models via regular expressions rather than character vectors [#102] ### Bug fixes * fix a bug in the mixture3p and IMM models which caused an error when intercept was not supressed and set size was used as predictor