From 056a7df15e6a39a23442b270ea25ca6d65929bb3 Mon Sep 17 00:00:00 2001 From: Zoe Meers Date: Thu, 25 Apr 2019 14:59:45 +1000 Subject: [PATCH] update package version no --- .DS_Store | Bin 22532 -> 22532 bytes DESCRIPTION | 2 +- NEWS.md | 4 ++++ man/draw_majoritythreshold.Rd | 4 ++-- man/draw_partylabels.Rd | 4 ++-- man/geom_parliament_seats.Rd | 4 ++-- 6 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.DS_Store b/.DS_Store index 21ea2bf7bae1eede5b75d1ba826ab3e9c1ad9561..e77661a49c90180f54c0d9488d21bbb5ac36fa5e 100644 GIT binary patch delta 645 zcmZqKz}T{ZaRW2^9B>4Rh>7Ipr?@2LOVP_@XcOwz!4}4SBdNlsQl*VI%bR;%RVx0 z<~Eql#AX+`{PGf>$t#THV9YZ{@=Od2o8KCVGBWL6xtYa;n^l$VEjR!`W-~M70$q`Z zY%)}Kvx%iXBa`dZ&8b$ZtZZ>^XCDLoGr?X)6~a6S(#^_H0MuQ;kjhY0kb&e2mV(I_ z?R`Mr6lP=yLiOMx-_8FWs#)3HFN$dc19)=9;@$v$dQFlLUL6f+aYfytd}28^dCD;PIuOI24J8kkz> zC|DR7)#@lz8yZ`h=qQ*No7L8Ga)_%M+IlABR#sKl)Yi?O93UnyI|pbz3quM+B0~v7 zVothYaB_Zb0myd@49d2f=c&uHs&^JcTn!Y0t3-A@RDSal9WzE|w!E;7g|8Vma~n)& zV%yO)YXi{1D~#k|%ri#vOl%7_zcmtNWZE-zGm8l~tLpcDxcSTsxj>iXA)5}B-E3m1 z&&cFHb#tnfDl40Qnb@DkC#m(Zb35-;7{R{v*`}GI_ 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,