R/FORA-pacakge.R

#' @import ggplot2
#' @importFrom forcats fct_reorder
#' @importFrom psych geometric.mean
#' @importFrom stats median reorder
NULL

#'A package for time sereis forecast accuracy evaluation
#'
#'The package FORA includes a set of functions to visualize
#'forecast features and for making significant conclusion about difference
#'between results obtained by user-defined forecasting models.The comparison
#'performed according build-in error measures, such as common-used as well as
#'advanced and stable measures
#'
#'
#' @details{\tabular{ll}{ Package: \tab FORA\cr Type: \tab Package\cr License: \tab GPL3\cr}}
#' @name FORA-package
#' @aliases FORA-package FORA
#' @docType package
#' @author {Andrey Davydenko, Maxim Shcherbakov and Sai Van Cuong
#' Maintainer: Sai Van Cuong "svcuonghvktqs@gmail.com"}
#' @source
#' \url{https://github.com/svcuonghvktqs/FORA}.
#'
#' @keywords package
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if(getRversion() >= "2.15.1")  utils::globalVariables(c("."))
svcuonghvktqs/FORA documentation built on May 20, 2019, 9:57 a.m.