Skip to content

Commit 9d84291

Browse files
author
mef
committed
(graphics/R-ggExtra) Updated 0.9 to 0.10.1
# ggExtra 0.10.1 2023-08-19 - Fixed issue where grouped boxplots and violin plots were variable widths (#173) # ggExtra 0.10.0 2022-03-22 - Fix histograms to have consistent height when grouped vs ungrouped (#151) - Addin now works when called with a variable name that was also a function (such as `plot`) (#158) - Addin no longer throws error messages in the console for "figure margins too large" (#159) - Allow users to pass in custom boundary or center param (#164)
1 parent b36df32 commit 9d84291

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

graphics/R-ggExtra/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.2 2021/09/20 01:36:24 mef Exp $
1+
# $NetBSD: Makefile,v 1.3 2024/12/06 23:32:43 mef Exp $
22

33
R_PKGNAME= ggExtra
4-
R_PKGVER= 0.9
4+
R_PKGVER= 0.10.1
55
CATEGORIES= graphics
66

77
MAINTAINER= [email protected]

graphics/R-ggExtra/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.4 2021/10/26 10:45:55 nia Exp $
1+
$NetBSD: distinfo,v 1.5 2024/12/06 23:32:43 mef Exp $
22

3-
BLAKE2s (R/ggExtra_0.9.tar.gz) = 81cf398ddcf0bcebd1143d174bb189bb956d3be3d52d744b8c30a814ab34eb83
4-
SHA512 (R/ggExtra_0.9.tar.gz) = a37ecbed3c9f822e7326e9c28dd705dc6defaca44827ead093cf91e4d02b79ffa4176f4fb3307d21bba65e2cc080899c64fd81188984541b9ba56c6a407d62cf
5-
Size (R/ggExtra_0.9.tar.gz) = 2218518 bytes
3+
BLAKE2s (R/ggExtra_0.10.1.tar.gz) = 82b507f0436d4780665805afdc8606371d4aceca5895976dc141ea1db57eaf59
4+
SHA512 (R/ggExtra_0.10.1.tar.gz) = 0973ecd82293f17112b16ffe6ab8cb45faafa01af12abe92c850199c82bf22cfd675b4f4c433f89712fc53448ff63ab377f97cf08a50d73b2199f3631d9cd30c
5+
Size (R/ggExtra_0.10.1.tar.gz) = 918679 bytes

0 commit comments

Comments
 (0)