forked from umatter/pvsR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 1.09 KB
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 1.09 KB
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: pvsR
Type: Package
Title: Interact with the Project Vote Smart API for Scientific Research
Depends: R (>= 3.0)
Imports:
XML,
nnet,
httr,
dplyr
Version: 0.4
Date: 2016-07-18
Author: Ulrich Matter
Maintainer: Ulrich Matter <ulrich.matter@unibas.ch>
Description: Facilitates data retrieval from Project
Vote Smart's rich online data base on US politics via the Project Vote
Smart application programming interface (PVS API). The functions in this
package cover most PVS API classes and methods and return the
requested data in a data frame.
License: GPL-3
Note: In order to use this package you need your personal Project Vote
Smart API key. To get an API-key you need to sign up for access
to PVS' API (see http://votesmart.org/share/api for details).
Whenever you are using pvsR make sure that your personal PVS
API key is saved as a character string in the variable pvs.key
(pvs.key <- "yourkey"). If there is no valid PVS API key saved
in the variable pvs.key the functions in this package won't
work.
NeedsCompilation: no
RoxygenNote: 6.1.1