X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=pkg%2FR%2FA_NAMESPACE.R;h=fa0b0e55c9247c23d58faf910b3b08ed8190bc8b;hb=b58167f0785d6545caf2ed887720344e8ad2acd8;hp=4558e5933984847c38209d4d51c27a569fe3645e;hpb=4e25de2cf40b946ac6e8c2abc824637a249941d1;p=talweg.git diff --git a/pkg/R/A_NAMESPACE.R b/pkg/R/A_NAMESPACE.R index 4558e59..fa0b0e5 100644 --- a/pkg/R/A_NAMESPACE.R +++ b/pkg/R/A_NAMESPACE.R @@ -2,6 +2,23 @@ #' @importFrom graphics abline hist par plot #' @importFrom methods hasArg is #' @importFrom stats quantile sd -#' @importFrom utils getFromNamespace read.csv tail +#' @importFrom utils getFromNamespace read.csv head tail +#' @importFrom R6 R6Class +#' +#' @include Data.R +#' @include Forecast.R +#' @include Forecaster.R +#' @include utils.R +#' @include getData.R +#' @include F_Average.R +#' @include F_Neighbors.R +#' @include F_Persistence.R +#' @include F_Zero.R +#' @include J_Neighbors.R +#' @include J_Persistence.R +#' @include J_Zero.R +#' @include computeForecast.R +#' @include computeError.R +#' @include plot.R #' NULL