-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.4 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Type: Package
Package: votesmart
Title: Wrapper for the Project 'VoteSmart' API
Version: 0.1.2
Authors@R:
c(person(given = "Deck Technologies",
role = c("cph", "fnd"),
email = "info@deck.tools"),
person(given = "Amanda",
family = "Dobbyn",
role = c("aut", "cre"),
email = "amanda@deck.tools"),
person(given = "Max",
family = "Wood",
role = "aut",
email = "max@deck.tools"),
person(given = "Alyssa",
family = "Frazee",
role = "aut",
email = "alyssa@deck.tools"))
Maintainer: Amanda Dobbyn <amanda@deck.tools>
Description: An R interface to the Project 'VoteSmart'<https://justfacts.votesmart.org/> API.
License: MIT + file LICENSE
URL: https://github.com/decktools/votesmart/
BugReports: https://github.com/decktools/votesmart/issues/
Depends:
R (>= 3.2)
Imports:
dplyr (>= 1.0.0),
glue (>= 1.3.1),
httr (>= 1.4.1),
jsonlite (>= 1.6.1),
lubridate (>= 1.7.4),
magrittr (>= 1.5),
purrr (>= 0.3.3),
snakecase (>= 0.11.0),
stringr (>= 1.4.0),
tidyr (>= 1.0.2)
Suggests:
conflicted (>= 1.0.4),
covr (>= 3.4.0),
knitr (>= 1.27),
rmarkdown (>= 2.1),
spelling (>= 2.1),
testthat (>= 2.1.0),
vcr (>= 0.6.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.2.3