forked from rOpenGov/psData
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 791 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
24 lines (24 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: psData
Type: Package
Title: Download Regularly Maintained Political Science Data Sets
Description: This R package includes functions for gathering commonly used and
regularly maintained data set in political science. It also includes
functions for combining components from these data sets into variables that
have been suggested in the literature, but are not regularly maintained.
Version: 0.2
Date: 2015-02-10
Author: Christopher Gandrud
Maintainer: Christopher Gandrud <christopher.gandrud@gmail.com>
URL: http://cran.r-project.org/package=psData
BugReports: https://github.com/christophergandrud/psData/issues
Depends:
R (>= 3.0.2)
License: GPL (>= 3)
Imports:
countrycode,
DataCombine,
reshape2,
rio,
xlsx
LazyData: TRUE
RoxygenNote: 5.0.1