From b757b6538754677f53b196a06b71373f634ca222 Mon Sep 17 00:00:00 2001 From: n-kall Date: Thu, 2 Nov 2023 12:11:32 +0200 Subject: [PATCH 1/2] update contributors --- DESCRIPTION | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index fd05039a..9e01dd57 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,7 +10,8 @@ Authors@R: c(person("Paul-Christian", "Bürkner", email = "paul.buerkner@gmail.c 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: From 60dbbe9600e2edb9e77ba4e11638605b822c322a Mon Sep 17 00:00:00 2001 From: Aki Vehtari Date: Thu, 9 Nov 2023 11:39:39 +0200 Subject: [PATCH 2/2] Doc typo fix in weight_draws.R --- R/weight_draws.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/weight_draws.R b/R/weight_draws.R index 0f1856ea..52326392 100644 --- a/R/weight_draws.R +++ b/R/weight_draws.R @@ -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