Skip to content

Commit

Permalink
missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Jan 13, 2025
1 parent df1571d commit 9f2d247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export(add_relative_skill)
export(ae_median_quantile)
export(ae_median_sample)
export(as_forecast_binary)
export(as_forecast_nominal)
export(as_forecast_ordinal)
export(as_forecast_point)
export(as_forecast_quantile)
Expand Down
2 changes: 1 addition & 1 deletion R/class-forecast-nominal.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#' @returns A `forecast` object of class `forecast_nominal`
#' @family functions to create forecast objects
#' @keywords as_forecast transform
#' @export4
#' @export
#' @examples
#' as_forecast_nominal(
#' na.omit(example_nominal),
Expand Down

0 comments on commit 9f2d247

Please sign in to comment.