-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 993 Bytes
/
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
Package: SVARnarrsign
Title: Identify SVAR models with sign and narrative sign restrictions (One Line, Title Case)
Version: 1.0.0.9000
Authors@R:
person(given = "Aaron",
family = "Lohmann",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: This package mainly does two things. First of all it lets the used fully identify a SVAR model with sign restrictions. Secondly
one can also employ narrative sign restrictions of SVAR models.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
dplyr,
ggplot2,
gridExtra,
mvnfast,
stats,
grid
URL: https://github.com/aaron-lohmann/SVARnarrsign
BugReports: https://github.com/aaron-lohmann/SVARnarrsign/issues
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3