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

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


Branch: CURRENT, Version: 0.9, Package name: R-ggExtra-0.9, 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)


   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)