-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 819 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 819 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
25
26
27
28
29
30
Package: Rvoteview
Type: Package
Title: Voteview Data in R
Version: 0.1
Date: 2015-10-16
Authors@R: c(
person("Lewis", "Jeff", role = "aut"),
person("Boche", "Adam", role = "ctb"),
person("Rudkin", "Aaron", role = "ctb"),
person("Sonnet", "Luke", email = "luke.sonnet@gmail.com", role = c("cre", "ctb")))
Description: Package provides functions to query Voteview database by search
term or by house bill and return basic metadata or a detailed PSCL rollcall
object.
License: GPL (>= 3)
Imports:
pscl,
jsonlite,
stringi,
httr,
fastmatch
URL: https://github.com/JeffreyBLewis/Rvoteview, http://voteview.polisci.ucla.edu/, http://voteview.com/
Suggests:
testthat,
knitr,
rmarkdown,
ggplot2,
wnominate
RoxygenNote: 6.0.1
VignetteBuilder: knitr
LazyData: true