-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
33 lines (33 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
Package: synthReturn
Type: Package
Title: Synthetic Matchin Method for Returns
Version: 0.1.0
Authors@R: person("David H", "Kreitmeir", email = "[email protected]", role = c("aut", "cre"))
Maintainer: David Kreitmeir <[email protected]>
Description: Implements the synthetic matching method originally suggested by Acemoglu et al. (2016) and modified by Kreitmeir et al. (2020) to accommodate multiple event dates and missing values.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
corpcor (>= 1.6.10),
data.table (>= 1.14.2),
dplyr (>= 1.0.9),
infer (>= 1.0.4),
lubridate (>= 1.8.0),
quadprog (>= 1.5),
tidyr (>= 1.2.0)
Depends:
R (>= 4.1.1)
LazyData: true
Suggests:
knitr,
rmarkdown,
hexSticker,
ggplot2,
furrr (>= 0.2.3),
future (>= 1.21.0),
purrr (>= 0.3.4),
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr