Skip to content

Commit

Permalink
bump to devel version
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jul 26, 2024
1 parent 77a9766 commit 5a164e5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.14.0
Version: 0.14.0.1
Authors@R:
c(person(given = "Dominique",
family = "Makowski",
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# bayestestR (development version)

# bayestestR 0.14.0

## Breaking Changes
Expand All @@ -6,7 +8,7 @@
in future releases of _easystats_ packages. Please use `by` instead. This
affects following functions in *bayestestR*:

* `estimate_density()`
* `estimate_density()`

## Changes

Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-bayesfactor_parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ test_that("bayesfactor_parameters BRMS", {
skip_if_not_or_load_if_installed("httr")
skip_if_not_or_load_if_installed("brms")
skip_if_not_or_load_if_installed("cmdstanr")
skip_if_not(dir.exists(cmdstanr::cmdstan_default_install_path()))

brms_mixed_6 <- insight::download_model("brms_mixed_6")

Expand Down
3 changes: 2 additions & 1 deletion tests/testthat/test-blavaan.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ test_that("blavaan, all", {
skip_on_cran()
skip_if_not_or_load_if_installed("blavaan")
skip_if_not_or_load_if_installed("lavaan")
skip_if_not_or_load_if_installed("cmdstanr")
skip_if_not_or_load_if_installed("rstan")
skip_if_not_or_load_if_installed("cmdstanr")
skip_if_not(dir.exists(cmdstanr::cmdstan_default_install_path()))

data("PoliticalDemocracy", package = "lavaan")

Expand Down

0 comments on commit 5a164e5

Please sign in to comment.