diff options
author | brook <brook@pkgsrc.org> | 2019-08-09 20:56:19 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-08-09 20:56:19 +0000 |
commit | 13b391bbdf45a63d5b3468640fe74de971b90f95 (patch) | |
tree | 992494c288fac44a37d5c292cb5600551bc60b30 /graphics/R-ggExtra | |
parent | 5073b9e57906602461f9777e542cec49acad379c (diff) | |
download | pkgsrc-13b391bbdf45a63d5b3468640fe74de971b90f95.tar.gz |
R-ggExtra: initial commit
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.
Diffstat (limited to 'graphics/R-ggExtra')
-rw-r--r-- | graphics/R-ggExtra/DESCR | 3 | ||||
-rw-r--r-- | graphics/R-ggExtra/Makefile | 22 | ||||
-rw-r--r-- | graphics/R-ggExtra/distinfo | 6 |
3 files changed, 31 insertions, 0 deletions
diff --git a/graphics/R-ggExtra/DESCR b/graphics/R-ggExtra/DESCR new file mode 100644 index 00000000000..79be436688a --- /dev/null +++ b/graphics/R-ggExtra/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/graphics/R-ggExtra/Makefile b/graphics/R-ggExtra/Makefile new file mode 100644 index 00000000000..c6aea698c5a --- /dev/null +++ b/graphics/R-ggExtra/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2019/08/09 20:56:19 brook Exp $ + +R_PKGNAME= ggExtra +R_PKGVER= 0.8 +CATEGORIES= graphics + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Add marginal histograms to 'ggplot2', and more 'ggplot2' enhancements +LICENSE= mit + +DEPENDS+= R-colourpicker>=1.0:../../graphics/R-colourpicker +DEPENDS+= R-ggplot2>=2.2.0:../../graphics/R-ggplot2 +DEPENDS+= R-scales>=0.2.0:../../graphics/R-scales +DEPENDS+= R-gtable>=0.2.0:../../math/R-gtable +DEPENDS+= R-miniUI>=0.1.1:../../www/R-miniUI +DEPENDS+= R-shiny>=0.13.0:../../www/R-shiny +DEPENDS+= R-shinyjs>=0.5.2:../../www/R-shinyjs + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/R-ggExtra/distinfo b/graphics/R-ggExtra/distinfo new file mode 100644 index 00000000000..862b449604d --- /dev/null +++ b/graphics/R-ggExtra/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/08/09 20:56:19 brook Exp $ + +SHA1 (R/ggExtra_0.8.tar.gz) = eec58b0689d5c9fb9b0896e2da98470b39478c0d +RMD160 (R/ggExtra_0.8.tar.gz) = b692d193d16f800796971803c50d876adf7bce0e +SHA512 (R/ggExtra_0.8.tar.gz) = 6485fd37048585372c37740a6985dccffa8358a30d0133c49c2462c6a639f54d5b084cad1c9b162d739139c4d3bfa64eead48b2273e1c1d10289f0232fba7d15 +Size (R/ggExtra_0.8.tar.gz) = 292232 bytes |