X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=pkg%2FR%2FForecaster.R;h=cedb2b69130b9fb380e437bb36fe528b45a362ad;hp=da8579b7312bfcc520d8e2a8504202bb68ff2cbd;hb=546b0cb65870355a2a2c3705c91418570499d3a6;hpb=1041e053af6c432e19a9c31807cdc7c8bee7c4bd diff --git a/pkg/R/Forecaster.R b/pkg/R/Forecaster.R index da8579b..cedb2b6 100644 --- a/pkg/R/Forecaster.R +++ b/pkg/R/Forecaster.R @@ -19,7 +19,9 @@ #' Predict a new shape of \code{horizon} values at day index \code{today} #' using \code{memory} days in the past.} #' \item{\code{getParameters()}}{ -#' Return (internal) parameters.}} +#' Return (internal) parameters.} +#' } +#' Forecaster = R6::R6Class("Forecaster", private = list( .params = list(),