forked from IPPSR/cspp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 963 Bytes
/
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
Package: cspp
Type: Package
Title: cspp: A Package for The Correlates of State Policy Project Data
Version: 0.1.0
Author: Caleb Lucas (https://caleblucas.com/) and Joshua McCrain (http://joshuamccrain.com/)
Maintainer: Josh McCrain <[email protected]>
Description: This package is designed to allow a user with only basic knowledge of R to work with the Correlates of State Policy Project data, a dataset of state politics and policy with over 900 variables and over 100 years worth of data.
This package creates and exports datasets from CSPP variables, subsets the datasets by states and years, creates map visualizations, and exports citations to common file formats.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
Imports:
dplyr,
stringr,
readr,
tidyselect,
ggplot2,
mapproj,
rlang,
haven,
purrr
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr