on the way back without realtime
[talweg.git] / pkg / R / F_Average.R
index c28125e..a5e3c3e 100644 (file)
@@ -1,10 +1,9 @@
-#' @include Forecaster.R
-#'
 #' Average Forecaster
 #'
 #' Return the (pointwise) average of the all the (similar) centered day curves
 #' in the past. Inherits \code{\link{Forecaster}}
 #'
+#' @export
 AverageForecaster = R6::R6Class("AverageForecaster",
        inherit = Forecaster,