-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 741 Bytes
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 741 Bytes
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
Package: augsynth
Title: The Augmented Synthetic Control Method
Version: 0.2.0
Authors@R: person("Eli", "Ben-Michael", email = "ebenmichael@berkeley.edu", role = c("aut", "cre"))
Description: A package implementing the Augmented Synthetic Controls Method.
Depends:
R (>= 3.5.0)
Imports:
dplyr,
tidyr,
magrittr,
ggplot2,
MASS,
LiblineaR,
Formula,
Matrix,
osqp,
rlang,
purrr,
FNN
Remotes:
susanathey/MCPanel
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat,
CausalImpact,
keras,
gsynth,
knitr,
rmarkdown,
softImpute,
MCPanel,
glmnet,
randomForest,
kableExtra,
ggrepel
VignetteBuilder: knitr