Releases: politanch/swissdd
Releases · politanch/swissdd
swissdd 1.1.5
swissdd 1.1.3
fix check
swissdd 1.1.1
put long runing examples into donttest
swissdd 1.1.0
rgdal added as dep to github actions worklfow
swissdd 1.0.4
Update README.md
swissdd 1.0.3
- Broken examples fixed
swissdd 1.0.2
-
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()
- andget_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
- 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
- Inital Release