Skip to content

Commit

Permalink
Update R/score_model_out.R
Browse files Browse the repository at this point in the history
Co-authored-by: Zhian N. Kamvar <[email protected]>
  • Loading branch information
elray1 and zkamvar authored Dec 2, 2024
1 parent 3d898e6 commit c4eb319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/score_model_out.R
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ score_model_out <- function(model_out_tbl, oracle_output, metrics = NULL,
#' Get scoring metrics
#'
#' @param forecast A scoringutils `forecast` object (see
#' [scoringutils::as_forecast_doc_template()] for details).
#' [scoringutils' general information on creating a `forecast` object][scoringutils::as_forecast_doc_template()] for details).

Check warning on line 128 in R/score_model_out.R

View workflow job for this annotation

GitHub Actions / lint

file=R/score_model_out.R,line=128,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 126 characters.
#' @inheritParams score_model_out
#'
#' @return a list of metric functions as required by scoringutils::score()
Expand Down

0 comments on commit c4eb319

Please sign in to comment.