./graphics/R-ggExtra, Add marginal histograms to ggplot2, and more ggplot2 enhancements

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.10.1, Package name: R-ggExtra-0.10.1, Maintainer: pkgsrc-users

Collection of functions and layers to enhance 'ggplot2'. The flagship
function is 'ggMarginal()', which can be used to add marginal
histograms/boxplots/density plots to 'ggplot2' scatterplots.


Required to run:
[math/R] [math/R-gtable] [graphics/R-scales] [graphics/R-ggplot2] [graphics/R-colourpicker]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2024-12-07 00:32:43 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(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)
   2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Remove SHA1 hashes for distfiles
   2021-09-20 03:36:24 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(graphics/R-ggExtra) Updated 0.8 to 0.9

# ggExtra 0.9

- Fix #109: using ggMarginal on a plot where geom_point was not the first layer \ 
was buggy (#116)
- Add documentation about how to use ggMarginal in R Notebooks or Rmarkdown
- Added support for densigram (density+histogram) plots (#118)
- Lots of internal refactoring (thanks @crew102)
- Fix the "two chunk" requirement for rendering ggMarginalPlots in Rmd \ 
(#148)