summaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-08-09 15:51:57 +0000
committerbrook <brook@pkgsrc.org>2019-08-09 15:51:57 +0000
commit1ede3c27927eb9d3852bcbfa4a50f4f851bb7a1c (patch)
tree6cf809bb6f14d5534da3f814b8396a95aca241e7 /graphics/Makefile
parent69da74b14c414e79ef96f6a3771ac90966539fd0 (diff)
downloadpkgsrc-1ede3c27927eb9d3852bcbfa4a50f4f851bb7a1c.tar.gz
R-ggtern: initial commit
Extends the functionality of 'ggplot2', providing the capability to plot ternary diagrams for (subset of) the 'ggplot2' geometries. Additionally, 'ggtern' has implemented several NEW geometries which are unavailable to the standard 'ggplot2' release. For further examples and documentation, please proceed to the 'ggtern' website.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 3411dec9d26..7d960492fad 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.831 2019/08/09 15:20:31 brook Exp $
+# $NetBSD: Makefile,v 1.832 2019/08/09 15:51:57 brook Exp $
#
COMMENT= Graphics tools and libraries
@@ -26,6 +26,7 @@ SUBDIR+= R-colorspace
SUBDIR+= R-dichromat
SUBDIR+= R-effects
SUBDIR+= R-ggplot2
+SUBDIR+= R-ggtern
SUBDIR+= R-gridExtra
SUBDIR+= R-labeling
SUBDIR+= R-latex2exp