diff --git a/DESCRIPTION b/DESCRIPTION index b19f9c897..078d1ee2d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: bayestestR Title: Understand and Describe Bayesian Models and Posterior Distributions -Version: 0.14.0.9 +Version: 0.14.0.10 Authors@R: c(person(given = "Dominique", family = "Makowski", diff --git a/man/p_rope.Rd b/man/p_rope.Rd index 4d27fe375..45d296f8e 100644 --- a/man/p_rope.Rd +++ b/man/p_rope.Rd @@ -31,7 +31,7 @@ p_rope(x, ...) effects = c("fixed", "random", "all"), component = c("conditional", "zi", "zero_inflated", "all"), parameters = NULL, - verbose = verbose, + verbose = TRUE, ... ) }