-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.18 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: bayesmodels
Title: The 'Tidymodels' Extension for Bayesian Models
Version: 0.1.1
Authors@R: c(
person("Alberto", "Almuiña", email = "[email protected]", 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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Config/testthat/edition: 3