pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc R-ggExtra: initial commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99014e24be93
branches:  trunk
changeset: 337673:99014e24be93
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 20:56:19 2019 +0000

description:
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:

 doc/CHANGES-2019            |   3 ++-
 graphics/Makefile           |   3 ++-
 graphics/R-ggExtra/DESCR    |   3 +++
 graphics/R-ggExtra/Makefile |  22 ++++++++++++++++++++++
 graphics/R-ggExtra/distinfo |   6 ++++++
 5 files changed, 35 insertions(+), 2 deletions(-)

diffs (74 lines):

diff -r 6b63c7b68890 -r 99014e24be93 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 20:55:25 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 20:56:19 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3377 2019/08/09 20:55:25 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3378 2019/08/09 20:56:19 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5500,3 +5500,4 @@
        Added www/R-shinyjs version 1.0 [brook 2019-08-09]
        Added www/R-miniUI version 0.1.1.1 [brook 2019-08-09]
        Added graphics/R-colourpicker version 1.0 [brook 2019-08-09]
+       Added graphics/R-ggExtra version 0.8 [brook 2019-08-09]
diff -r 6b63c7b68890 -r 99014e24be93 graphics/Makefile
--- a/graphics/Makefile Fri Aug 09 20:55:25 2019 +0000
+++ b/graphics/Makefile Fri Aug 09 20:56:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.834 2019/08/09 20:55:25 brook Exp $
+# $NetBSD: Makefile,v 1.835 2019/08/09 20:56:19 brook Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -26,6 +26,7 @@
 SUBDIR+=       R-colourpicker
 SUBDIR+=       R-dichromat
 SUBDIR+=       R-effects
+SUBDIR+=       R-ggExtra
 SUBDIR+=       R-ggplot2
 SUBDIR+=       R-ggtern
 SUBDIR+=       R-gridExtra
diff -r 6b63c7b68890 -r 99014e24be93 graphics/R-ggExtra/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-ggExtra/DESCR  Fri Aug 09 20:56:19 2019 +0000
@@ -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 -r 6b63c7b68890 -r 99014e24be93 graphics/R-ggExtra/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-ggExtra/Makefile       Fri Aug 09 20:56:19 2019 +0000
@@ -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@localhost
+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 -r 6b63c7b68890 -r 99014e24be93 graphics/R-ggExtra/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-ggExtra/distinfo       Fri Aug 09 20:56:19 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index