From 823ddc9f5e9c89e350090db2aa1584eb96cae8d1 Mon Sep 17 00:00:00 2001 From: nikosbosse Date: Tue, 17 Sep 2024 00:11:47 +0200 Subject: [PATCH] update docs --- R/score_model_out.R | 2 +- man/score_model_out.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/score_model_out.R b/R/score_model_out.R index f74350b..40205ec 100644 --- a/R/score_model_out.R +++ b/R/score_model_out.R @@ -81,7 +81,7 @@ #' @return A data.table with scores #' #' @references -#' #' Making and Evaluating Point Forecasts, Gneiting, Tilmann, 2011, +#' Making and Evaluating Point Forecasts, Gneiting, Tilmann, 2011, #' Journal of the American Statistical Association. #' #' @export diff --git a/man/score_model_out.Rd b/man/score_model_out.Rd index 9af9861..70b1f60 100644 --- a/man/score_model_out.Rd +++ b/man/score_model_out.Rd @@ -114,6 +114,6 @@ head(pmf_scores) \dontshow{\}) # examplesIf} } \references{ -#' Making and Evaluating Point Forecasts, Gneiting, Tilmann, 2011, +Making and Evaluating Point Forecasts, Gneiting, Tilmann, 2011, Journal of the American Statistical Association. }