Package: bayesmodels
Title: The 'Tidymodels' Extension for Bayesian Models
Version: 0.1.0
Authors@R: c(
    person("Alberto", "Almuiña", email = "albertogonzalezalmuinha@gmail.com", role = c("aut", "cre"))
    )
Description: Bayesian framework for use with the 'tidymodels' ecosystem. Includes the following models: Sarima, Garch, 
    Random walk (naive), Additive Linear State Space Models, Stochastic Volatily Models from 'bayesforecast' package,
    Adaptive Splines Surfaces from 'BASS' package and ETS from 'Rlgt' package.
URL: https://github.com/AlbertoAlmuinha/bayesmodels
BugReports: https://github.com/AlbertoAlmuinha/bayesmodels/issues
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.0.0), parsnip, bayesforecast, bsts
Imports: rlang (>= 0.1.2), brms, BASS, StanHeaders, Rlgt, rstan,
        magrittr, purrr, dplyr, stringr, tibble, tidyr, dials, rsample,
        workflows, modeltime, timetk
Suggests: tidymodels, tidyverse, lubridate, knitr, rmarkdown, roxygen2,
        testthat (>= 3.0.0), covr
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-05-11 18:02:20 UTC; U029540
Author: Alberto Almuiña [aut, cre]
Maintainer: Alberto Almuiña <albertogonzalezalmuinha@gmail.com>
Repository: CRAN
Date/Publication: 2021-05-12 12:42:11 UTC
