pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: brook
Date: Fri Aug 9 20:56:19 UTC 2019
Modified Files:
pkgsrc/doc: CHANGES-2019
pkgsrc/graphics: Makefile
Added Files:
pkgsrc/graphics/R-ggExtra: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3377 -r1.3378 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.834 -r1.835 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-ggExtra/DESCR \
pkgsrc/graphics/R-ggExtra/Makefile pkgsrc/graphics/R-ggExtra/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3377 pkgsrc/doc/CHANGES-2019:1.3378
--- pkgsrc/doc/CHANGES-2019:1.3377 Fri Aug 9 20:55:25 2019
+++ pkgsrc/doc/CHANGES-2019 Fri Aug 9 20:56:19 2019
@@ -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 @@ Changes to the packages collection and i
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]
Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.834 pkgsrc/graphics/Makefile:1.835
--- pkgsrc/graphics/Makefile:1.834 Fri Aug 9 20:55:25 2019
+++ pkgsrc/graphics/Makefile Fri Aug 9 20:56:19 2019
@@ -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-colorspace
SUBDIR+= R-colourpicker
SUBDIR+= R-dichromat
SUBDIR+= R-effects
+SUBDIR+= R-ggExtra
SUBDIR+= R-ggplot2
SUBDIR+= R-ggtern
SUBDIR+= R-gridExtra
Added files:
Index: pkgsrc/graphics/R-ggExtra/DESCR
diff -u /dev/null pkgsrc/graphics/R-ggExtra/DESCR:1.1
--- /dev/null Fri Aug 9 20:56:19 2019
+++ pkgsrc/graphics/R-ggExtra/DESCR Fri Aug 9 20:56:19 2019
@@ -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.
Index: pkgsrc/graphics/R-ggExtra/Makefile
diff -u /dev/null pkgsrc/graphics/R-ggExtra/Makefile:1.1
--- /dev/null Fri Aug 9 20:56:19 2019
+++ pkgsrc/graphics/R-ggExtra/Makefile Fri Aug 9 20:56:19 2019
@@ -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"
Index: pkgsrc/graphics/R-ggExtra/distinfo
diff -u /dev/null pkgsrc/graphics/R-ggExtra/distinfo:1.1
--- /dev/null Fri Aug 9 20:56:19 2019
+++ pkgsrc/graphics/R-ggExtra/distinfo Fri Aug 9 20:56:19 2019
@@ -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