Skip to content

Commit

Permalink
(graphics/R-ggExtra) Updated 0.9 to 0.10.1
Browse files Browse the repository at this point in the history
# 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)
  • Loading branch information
mef committed Dec 6, 2024
1 parent b36df32 commit 9d84291
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions graphics/R-ggExtra/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2021/09/20 01:36:24 mef Exp $
# $NetBSD: Makefile,v 1.3 2024/12/06 23:32:43 mef Exp $

R_PKGNAME= ggExtra
R_PKGVER= 0.9
R_PKGVER= 0.10.1
CATEGORIES= graphics

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
8 changes: 4 additions & 4 deletions graphics/R-ggExtra/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 10:45:55 nia Exp $
$NetBSD: distinfo,v 1.5 2024/12/06 23:32:43 mef Exp $

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

0 comments on commit 9d84291

Please sign in to comment.