-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.08 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
Package: states
Type: Package
Title: Create Panels of Independent States
Version: 0.3.2
Authors@R: person("Andreas", "Beger", role = c("cre", "aut"), email =
"adbeger@gmail.com", comment = c(ORCID = "0000-0003-1883-3169"))
Maintainer: Andreas Beger <adbeger@gmail.com>
Description: Create panel data consisting of independent states from 1816 to
the present. The package includes the Gleditsch & Ward (G&W) and Correlates
of War (COW) lists of independent states, as well as helper functions for
working with state panel data and standardizing other data sources to
create country-year/month/etc. data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports:
dplyr,
rlang,
methods,
lifecycle
Suggests:
testthat (>= 2.1.0),
ggplot2,
stringr,
knitr,
rmarkdown,
covr,
pkgdown,
DT
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://github.com/andybega/states, https://www.andybeger.com/states/
BugReports: https://github.com/andybega/states/issues
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3