-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.12 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
Package: fable.bsts
Version: 0.1.0
Title: Bayesian Structural Time Series Modelling Interface for 'fable'
Description: Allows bsts models from the 'bsts' package to be used in a tidy workflow with the modelling interface of 'fabletools'. This extends 'bsts' to provide enhanced model specification and management, performance evaluation methods, and model combination tools.
Authors@R: c(
person("David", "Holt", role = c("aut", "cre"), email = "[email protected]"),
person("Steven", "Scott", role = "ctb", comment = "bsts library, https://sites.google.com/view/stevethebayesian/software")
)
Depends:
R (>= 3.1.3),
Rcpp,
fabletools
Imports:
rlang,
tsibble,
lubridate,
bsts,
dplyr (>= 0.8.0)
Suggests:
tsibbledata,
testthat,
ggplot2,
covr,
knitr,
rmarkdown
ByteCompile: true
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace'))
Language: en-GB
URL: https://github.com/davidtedfordholt/fable.bsts
BugReports: https://github.com/davidtedfordholt/fable.bsts/issues
VignetteBuilder: knitr
StagedInstall: no