Skip to content

Commit

Permalink
Merge branch 'fix_describe_posterior' of https://github.com/easystats…
Browse files Browse the repository at this point in the history
…/bayestestR into fix_describe_posterior
  • Loading branch information
strengejacke committed Sep 30, 2023
2 parents 22bab9f + 4540746 commit a2f029e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/p_direction.R
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,11 @@ p_direction.parameters_model <- function(x, ...) {
out
}



# Definition --------------------------------------------------------------


#' @keywords internal
.p_direction <- function(x, method = "direct", null = 0, ...) {
if (method == "direct") {
Expand Down

0 comments on commit a2f029e

Please sign in to comment.