-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
30 lines (30 loc) · 1.05 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
Package: ERT
Type: Package
Title: Provides the most recent version of the Episodes of Regime Transformation dataset
Version: 14.0
Authors@R: c(person("Seraphine", "Maerz", email = "[email protected]", role = c("aut", "cre")),
person("Amanda", "Edgell", email = "[email protected]", role = c("aut")),
person("Joshua", "Krusell", email = "[email protected]", role = c("aut")),
person("Laura", "Maxwell", email = "[email protected]", role = c("aut")),
person("Sebastian", "Hellmeier", email = "[email protected]", role = c("aut")))
Maintainer: Seraphine Maerz <[email protected]>
Description: This package contains the Episodes of Regime Transformation (ERT) dataset and
offers some additional functions to work with ERT.
Depends: R (>= 3.5.0)
Imports:
Rcpp,
dplyr,
tidyr,
ggplot2,
stringr,
hablar,
plm,
tidyselect
Suggests:
testthat (>= 3.0.0)
LinkingTo: Rcpp
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Config/testthat/edition: 3