Package: bayesmodels
Title: The 'Tidymodels' Extension for Bayesian Models
Version: 0.1.1
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 Volatility 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, Rlgt, rstan, magrittr, purrr,
        dplyr, tibble, dials, workflows, modeltime, timetk, cli,
        crayon, rstudioapi
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-06-28 21:04:33 UTC; Usuario
Author: Alberto Almuiña [aut, cre]
Maintainer: Alberto Almuiña <albertogonzalezalmuinha@gmail.com>
Repository: CRAN
Date/Publication: 2021-06-28 21:30:02 UTC
