-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.17 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
Package: cspp
Type: Package
Title: A Tool for the Correlates of State Policy Project Data
Version: 0.3.3
Author: Caleb Lucas (https://caleblucas.com/) and Joshua McCrain (http://joshuamccrain.com/)
Maintainer: Caleb Lucas <[email protected]>
Description: A tool that imports, subsets, visualizes, and exports the Correlates of State Policy Project dataset assembled by Marty P. Jordan and Matt Grossmann (2020) <http://ippsr.msu.edu/public-policy/correlates-state-policy>. The Correlates data contains over 2000 variables across more than 100 years that pertain to state politics and policy in the United States. Users with only a basic understanding of R can subset this data across multiple dimensions, export their search results, create map visualizations, export the citations associated with their searches, and more.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Language: en-US
Depends:
R (>= 2.10),
dplyr(>= 1.0.0)
Imports:
stringr,
readr,
tidyselect,
ggplot2,
mapproj,
rlang,
haven,
purrr,
csppData,
ggcorrplot
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat,
ggraph,
igraph
VignetteBuilder: knitr