X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=pkg%2FR%2FForecast.R;h=c64d24f1cc01e2399ad01ac25d8b9e8c42949d27;hp=bcafd3a26b60d7d41713987e77c2274ed340d285;hb=546b0cb65870355a2a2c3705c91418570499d3a6;hpb=1041e053af6c432e19a9c31807cdc7c8bee7c4bd diff --git a/pkg/R/Forecast.R b/pkg/R/Forecast.R index bcafd3a..c64d24f 100644 --- a/pkg/R/Forecast.R +++ b/pkg/R/Forecast.R @@ -29,6 +29,7 @@ #' \item{\code{getIndexInData(index)}}{ #' Get index in data which corresponds to current forecast.} #' } +#' Forecast = R6::R6Class("Forecast", private = list( .pred = list(),