-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNEWS
More file actions
65 lines (38 loc) · 1.67 KB
/
NEWS
File metadata and controls
65 lines (38 loc) · 1.67 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
pvsR 0.1
-----------------------------------
* First release
pvsR 0.1.1
-----------------------------------
* Fixed several bugs
pvsR 0.2
-----------------------------------
* Improved pvsR's ability to deal with XML parsing errors
* Added a new wrapper function for the Npat.getNpat method
* Added several high level functions that facilitate the download of data based on many API queries:
getAllBios,
getAllCities,
getAllCounties,
getAllDistricts,
getAllLocalOfficials,
getOffices
* Added default value (current year) to year parameter in functions:
Election.getElectionByYearState,
Election.getElectionByZip,
* Fixed several little bugs
pvsR 0.3
-----------------------------------
* Added a function (wrapper) for the new CandidateBio.getDetailedBio() method of the PVS API CandidateBio class
* Added a high level function that facilitates the download of data based on many API queries:
getAllVotes
* Improved internal function dfList() with respect to handling empty xml-nodes
* Fixed several little bugs
pvsR 0.4
-----------------------------------
* Replaced internal function dfList() with faster implementation in dplyr::bind_rows, removed dfList() from package
* In order to improve the comfort in interactive sessions, all high-level functions for querying data from the PVS API return now objects of class "tbl_df"/"tbl"/"data.frame".
* Low-level functions are now all set to stringsAsFactors = FALSE
* Improved code-readability/formatting
* Updated package documentation with respect to references/citation
pvsR 0.4.1
-----------------------------------
* Check whether the user's PVS API key is stored as an option named "pvs.key" (#5).