Skip to content

Commit

Permalink
Prepare CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jan 13, 2025
1 parent 528b838 commit c69f6fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: bayestestR
Title: Understand and Describe Bayesian Models and Posterior Distributions
Version: 0.15.0.4
Version: 0.15.1
Authors@R:
c(person(given = "Dominique",
family = "Makowski",
Expand Down Expand Up @@ -67,7 +67,7 @@ Depends:
R (>= 3.6)
Imports:
insight (>= 1.0.0),
datawizard (>= 0.13.0),
datawizard (>= 1.0.0),
graphics,
methods,
stats,
Expand Down Expand Up @@ -95,7 +95,7 @@ Suggests:
lavaan,
lme4,
logspline (>= 2.1.21),
marginaleffects (>= 0.24.0.6),
marginaleffects (>= 0.24.0),
MASS,
mclust,
mediation,
Expand Down Expand Up @@ -128,4 +128,3 @@ Config/testthat/parallel: true
Config/rcmdcheck/ignore-inconsequential-notes: true
Config/Needs/website: easystats/easystatstemplate
Config/Needs/check: stan-dev/cmdstanr
Remotes: easystats/datawizard, vincentarelbundock/marginaleffects
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# bayestestR 0.15.0.4
# bayestestR 0.15.1

## Changes

* Several minor changes to deal with recent changes in other packages.

## Bug fixes

* Fix to `emmeans` / `marginaleffects` / `data.frame(<rvar>)` methods when using multiple credible levels (#688).


# bayestestR 0.15.0

## Changes
Expand Down

0 comments on commit c69f6fb

Please sign in to comment.