diff --git a/.DS_Store b/.DS_Store index 21ea2bf..e77661a 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/DESCRIPTION b/DESCRIPTION index 44eddd8..8dc24ea 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,7 +4,7 @@ Title: Parliament Plots Description: Simple parliament plots using 'ggplot2'. Visualize election results as points in the architectural layout of the legislative chamber. Depends: R (>= 2.10) License: MIT + file LICENSE -Version: 2.0.1 +Version: 2.1.0 Date: 2018-09-14 Authors@R: c(person("Robert", "Hickman", role = c("aut","cre"), email = "robwhickman@gmail.com"), person("Zoe", "Meers", role = c("aut"), email = "zoe.meers@gmail.com"), person("Thomas J.", "Leeper",role = c("aut"), email = "thosjleeper@gmail.com", comment = c(ORCID = "0000-0003-4097-6326"))) URL: https://github.com/robwhickman/ggparliament diff --git a/NEWS.md b/NEWS.md index 0f70333..d4926ea 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# ggparliament 2.1.0 +## 04/2019 +- Added revised JOSS paper + # ggparliament 2.0.1 ## 02/2019 - Updated small errors in data diff --git a/man/draw_majoritythreshold.Rd b/man/draw_majoritythreshold.Rd index ffa7206..7c8cc64 100644 --- a/man/draw_majoritythreshold.Rd +++ b/man/draw_majoritythreshold.Rd @@ -5,8 +5,8 @@ \title{Draw majority threshold} \usage{ draw_majoritythreshold(n = NULL, label = TRUE, type = c("horseshoe", - "semicircle", "opposing_benches"), linecolour = "black", - linesize = 1, linetype = 2, linealpha = 1) + "semicircle", "opposing_benches"), linecolour = "black", linesize = 1, + linetype = 2, linealpha = 1) } \arguments{ \item{n}{The number of seats required for a majority} diff --git a/man/draw_partylabels.Rd b/man/draw_partylabels.Rd index 9b255b5..f8082c0 100644 --- a/man/draw_partylabels.Rd +++ b/man/draw_partylabels.Rd @@ -5,8 +5,8 @@ \title{Draw labels for political parties and seats per party} \usage{ draw_partylabels(type = c("semicircle", "horseshoe"), names = TRUE, - seats = TRUE, party_names = party_names, - party_colours = party_colours, party_seats = party_seats) + seats = TRUE, party_names = party_names, party_colours = party_colours, + party_seats = party_seats) } \arguments{ \item{type}{Define type. Currently only supports semicircle and horseshoe style parliaments.} diff --git a/man/geom_parliament_seats.Rd b/man/geom_parliament_seats.Rd index 9693533..2094734 100644 --- a/man/geom_parliament_seats.Rd +++ b/man/geom_parliament_seats.Rd @@ -6,8 +6,8 @@ The parliament seats geom is used for plotting data from parliament_data()} \usage{ geom_parliament_seats(mapping = NULL, data = NULL, stat = "identity", - position = "identity", na.rm = FALSE, size = 3.5, - show.legend = NA, inherit.aes = TRUE) + position = "identity", na.rm = FALSE, size = 3.5, show.legend = NA, + inherit.aes = TRUE) } \arguments{ \item{mapping}{Mapping the aesthetics (the x and y coordinates,