Skip to content

Releases: evanodell/hansard

v0.4.4

30 Apr 15:54
Compare
Choose a tag to compare
Update DESCRIPTION

v0.4.3

18 Apr 14:27
Compare
Choose a tag to compare

Added optional 'calculate_percent' parameter to election_result function. If TRUE, 'calculate_percent' calculates the turnout percentage for each constituency in the tibble and the majority of the winning candidate to one decimal place, and includes this information in the tibble in columns labelled 'turnout_percentage' and 'majority_percentage'. Defaults to FALSE.

v0.4.2

17 Apr 21:37
Compare
Choose a tag to compare

Data is now returned in a tibble instead of a data frame

v0.4.1

29 Mar 14:43
Compare
Choose a tag to compare

Addresses the issues of a discrepancy between vignette output and actual output in members_search function, adds some extra tidying magic.

v0.4.0b

23 Mar 16:13
Compare
Choose a tag to compare

Major release, breaks compatibility with previous versions.

v0.4.0

26 Mar 15:53
Compare
Choose a tag to compare

v0.4.0

v0.3.5

12 Jan 09:50
Compare
Choose a tag to compare
badges

v0.3.4

13 Dec 17:58
Compare
Choose a tag to compare
MP Questions documentation clarification

v0.3.3

12 Dec 09:41
Compare
Choose a tag to compare

As part of a move towards calling the api through function parameters rather than console input for most functions, I have introduced hansard_basic() which uses console input to walk through the various steps of calling to the API.

v0.3.2

04 Dec 18:51
Compare
Choose a tag to compare
Added messages for connecting to API.