Skip to content

Commit

Permalink
shorter line length for doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
elray1 committed Dec 2, 2024
1 parent 69febba commit 326b538
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/score_model_out.R
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ score_model_out <- function(model_out_tbl, oracle_output, metrics = NULL,
#' Get scoring metrics
#'
#' @param forecast A scoringutils `forecast` object (see
#' [scoringutils' general information on creating a `forecast` object][scoringutils::as_forecast_doc_template()] for details).
#' [scoringutils' general information on creating a `forecast` object][scoringutils::as_forecast_doc_template()]
#' for details).
#' @inheritParams score_model_out
#'
#' @return a list of metric functions as required by scoringutils::score()
Expand Down

0 comments on commit 326b538

Please sign in to comment.