Package: caretForecast
Title: Time Series Forecasting Using Caret Infrastructure
Version: 0.0.2
Authors@R: 
    person(given = "Resul",
           family = "Akay",
           role = c("aut", "cre"),
           email = "resulakay1@gmail.com")
Description: Recursive time series forecast using Caret infrastructure. 
    The models are selected based on time series cross-validation and 
    forecasting is done recursively.
License: GPL-3
URL: https://github.com/Akai01/caretForecast
BugReports: https://github.com/Akai01/caretForecast/issues
Depends: R (>= 3.2.0)
Imports: forecast (>= 8.15), caret (>= 6.0.88), magrittr (>= 2.0.1),
        methods (>= 4.1.1)
Suggests: Cubist (>= 0.3.0), knitr (>= 1.29), testthat (>= 2.3.2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-01-25 14:24:04 UTC; resul
Author: Resul Akay [aut, cre]
Maintainer: Resul Akay <resulakay1@gmail.com>
Repository: CRAN
Date/Publication: 2022-01-27 08:20:02 UTC
