forked from pachadotdev/tradepolicy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·49 lines (49 loc) · 1.36 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
47
48
49
Package: tradepolicy
Title: Replication of 'An Advanced Guide To Trade Policy Analysis'
Version: 0.7.0
Authors@R: c(
person(given = "Mauricio",
family = "Vargas Sepulveda",
role = c("aut", "cre"),
email = "m.sepulveda@mail.utoronto.ca",
comment = c(ORCID = "0000-0003-1017-7574")),
person(given = "Alexey",
family = "Kravchenko",
role = c("ths")),
person(given = "Constanza",
family = "Prado",
role = c("ths")),
person(given = "Yoto",
family = "Yotov",
role = c("ths")),
person(family = "The United Nations",
role = c("dtc", "cph", "fnd")
)
)
Description: Datasets from Yotov, et al. (2016) <isbn:978-92-870-4367-2>
(An Advanced Guide to Trade Policy Analysis) and functions to
report regression summaries with clustered robust standard errors.
URL: https://github.com/pachadotdev/tradepolicy/
BugReports: https://github.com/pachadotdev/tradepolicy/issues/
License: CC BY 4.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
magrittr,
ggplot2,
dplyr,
tidyr,
purrr,
fixest (>= 0.10.4),
sandwich,
broom,
msm,
knitr,
Formula
Suggests:
testthat,
covr
Depends:
R (>= 4.0)
LazyData: true