Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/stan-dev/posterior
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-buerkner committed Nov 10, 2023
2 parents ad578aa + 60dbbe9 commit 0a659df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Authors@R: c(person("Paul-Christian", "Bürkner", email = "[email protected]
person("Rok", "Češnovar", role = c("ctb")),
person("Ben", "Lambert", role = c("ctb")),
person("Ozan", "Adıgüzel", role = c("ctb")),
person("Jacob", "Socolar", role = c("ctb")))
person("Jacob", "Socolar", role = c("ctb")),
person("Noa", "Kallioinen", role = c("ctb")))
Description: Provides useful tools for both users and developers of packages
for fitting Bayesian models or working with output from Bayesian models.
The primary goals of the package are to:
Expand Down
2 changes: 1 addition & 1 deletion R/weight_draws.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' Weights will be internally stored on the log scale (in a variable called
#' `.log_weight`) and will not be normalized, but normalized (non-log) weights
#' can be returned via the [weights.draws()] method later.
#' @param log (logicla) Are the weights passed already on the log scale? The
#' @param log (logical) Are the weights passed already on the log scale? The
#' default is `FALSE`, that is, expecting `weights` to be on the standard
#' (non-log) scale.
#' @template args-methods-dots
Expand Down

0 comments on commit 0a659df

Please sign in to comment.