Package: utsf
Title: Univariate Time Series Forecasting
Version: 1.3.1
Authors@R: c(
    person("Maria Pilar", "Frias-Bustamante", , "mpfrias@ujaen.es", role = "aut",
           comment = c(ORCID = "0000-0001-6886-0953")),
    person("Francisco", "Martinez", , "fmartin@ujaen.es", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-5206-1898"))
  )
Description: An engine for univariate time series forecasting using
    different regression models in an autoregressive way. The engine
    provides an uniform interface for applying the different models. 
    Furthermore, it is extensible so that users can easily apply their
    own regression models to univariate time series forecasting and 
    benefit from all the features of the engine, such as preprocessings
    or estimation of forecast accuracy.
Maintainer: Francisco Martinez <fmartin@ujaen.es>
License: MIT + file LICENSE
URL: https://github.com/franciscomartinezdelrio/utsf
BugReports: https://github.com/franciscomartinezdelrio/utsf/issues
Imports: Cubist, FNN, forecast, generics, ggplot2, ipred, methods,
        ranger, rpart, vctsfr
Suggests: knitr, nnet, randomForest, rmarkdown, testthat (>= 3.0.0),
        xgboost
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-10-23 11:02:58 UTC; UJA
Author: Maria Pilar Frias-Bustamante [aut] (ORCID:
    <https://orcid.org/0000-0001-6886-0953>),
  Francisco Martinez [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-5206-1898>)
Repository: CRAN
Date/Publication: 2025-10-23 11:20:02 UTC
Built: R 4.4.1; ; 2025-10-23 14:07:04 UTC; unix
