Skip to content

Releases: politanch/swissdd

swissdd 1.1.5

19 May 18:17
Compare
Choose a tag to compare
v1.1.5

make utils explicit

swissdd 1.1.3

29 Jun 18:38
Compare
Choose a tag to compare
fix check

swissdd 1.1.1

16 Feb 16:25
Compare
Choose a tag to compare
put long runing examples into donttest

swissdd 1.1.0

04 Feb 20:54
Compare
Choose a tag to compare
rgdal added as dep to github actions worklfow

swissdd 1.0.4

28 Nov 20:47
dbe35d6
Compare
Choose a tag to compare
Update README.md

swissdd 1.0.3

15 May 21:27
Compare
Choose a tag to compare
  • Broken examples fixed

swissdd 1.0.2

20 Jan 20:12
Compare
Choose a tag to compare
  • Functions renamed (breaking change): to retrieve real time or archive results data via opendata.swiss, the function get_nationalvotes must be used. get_swissvotes is turned into the function that allows to get Swissvotes-Data.

  • New function that allows to retrieve Swissvotes-Data added (get_swissvotes)

  • option to retrieve counting district level data with the get_nationalvotes()- and get_cantonalvotes()-functions added (affects Zurich and Winterthur only)

  • functions adapted to new tidyr API, the package now depends on tidyr >= 1.0.0.

swissdd 1.0.1

31 Aug 20:19
Compare
Choose a tag to compare
  • Added parent level ids to district and municipality level results (canton / district)
  • New function that calculates correlations between votes added: similar_votes()
  • Better error handling with fallback if votedate information provided on opendata.swiss is corrupt
  • Improved speed of data-retrieval. Comparison:

system.time(get_swissvotes(to_date="1983-12-04")))

swissdd 1.0.0

user system elapsed

3.120 0.276 64.693

swissdd 1.0.1

user system elapsed

2.492 0.160 47.024

swissdd 1.0.0

03 Jun 18:03
Compare
Choose a tag to compare
  • Inital Release