-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.06 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
Package: sovereign
Title: State-Dependent Empirical Analysis
Version: 1.2.1
Authors@R:
person(given = "Tyler J.",
family = "Pike",
role = c("aut", "cre"),
email = "tjpike7@gmail.com")
Description: A set of tools for state-dependent
empirical analysis through both VAR- and local projection-based
state-dependent forecasts, impulse response functions,
historical decompositions, and forecast error variance decompositions.
License: GPL-3
URL: https://github.com/tylerJPike/sovereign,
https://tylerjpike.github.io/sovereign/
BugReports: https://github.com/tylerJPike/sovereign/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
broom,
dplyr,
future,
furrr,
ggplot2,
gridExtra,
lmtest,
lubridate,
magrittr,
mclust,
purrr,
randomForest,
sandwich,
stats,
stringr,
strucchange,
tidyr,
xts,
zoo
Suggests:
testthat,
knitr,
rmarkdown,
quantmod,
covr
VignetteBuilder: knitr