Package: utsf Title: Univariate Time Series Forecasting Version: 1.3.4 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 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, xgboost Suggests: knitr, nnet, randomForest, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libuv1-dev zlib1g-dev Repository: https://franciscomartinezdelrio.r-universe.dev Date/Publication: 2026-07-21 07:28:20 UTC RemoteUrl: https://github.com/franciscomartinezdelrio/utsf RemoteRef: HEAD RemoteSha: a5cae870dbef3235c92e3cac5792b7f313e54bba NeedsCompilation: no Packaged: 2026-07-21 08:15:04 UTC; root Author: Maria Pilar Frias-Bustamante [aut] (ORCID: ), Francisco Martinez [aut, cre, cph] (ORCID: )