-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
37 lines (37 loc) · 963 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
33
34
35
36
37
Type: Package
Package: HDLPrepro
Title: Reproducing Adamek, Smeekes, Wilms (2023)
Version: 1.12
Date: 2023-05-22
Authors@R: c(
person("Robert", "Adamek", , "robertadamek94@gmail.com", role = c("cre", "aut")),
person("Stephan", "Smeekes", , "s.smeekes@maastrichtuniversity.nl", role = "aut"),
person("Ines", "Wilms", , "i.wilms@maastrichtuniversity.nl", role = "aut")
)
Description: This package contains code and datasets to reproduce the
simulations and applications in Adamek, Smeekes, Wilms (2023) Local
Projection Inference in High-Dimensions.
License: GPL (>= 2)
URL: https://github.com/RobertAdamek/HDLPrepro
BugReports: https://github.com/RobertAdamek/HDLPrepro/issues
Depends:
R (>= 3.5.0)
Imports:
bigtime,
desla,
dplyr,
ggplot2,
ggpubr,
Rcpp,
rrpack,
stats,
tsDyn,
utils,
vars
LinkingTo:
Rcpp,
RcppArmadillo,
RcppProgress,
sitmo
Encoding: UTF-8
RoxygenNote: 7.2.3