summaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-08-09 15:20:31 +0000
committerbrook <brook@pkgsrc.org>2019-08-09 15:20:31 +0000
commit7dad3593df77a972435bbd7614a8f28249f3dd42 (patch)
tree179da24f26266583143b86c1473e50b0c987521f /graphics/Makefile
parent4dc5c4ea1651bdfd21ea08fabb05fbd23357f758 (diff)
downloadpkgsrc-7dad3593df77a972435bbd7614a8f28249f3dd42.tar.gz
R-latex2exp: initial commit.
Parses and converts LaTeX math formulas to R's plotmath expressions, used to enter mathematical formulas and symbols to be rendered as text, axis labels, etc. throughout R's plotting system.
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 2e52e78b56f..3411dec9d26 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.830 2019/07/31 13:01:17 brook Exp $
+# $NetBSD: Makefile,v 1.831 2019/08/09 15:20:31 brook Exp $
#
COMMENT= Graphics tools and libraries
@@ -28,6 +28,7 @@ SUBDIR+= R-effects
SUBDIR+= R-ggplot2
SUBDIR+= R-gridExtra
SUBDIR+= R-labeling
+SUBDIR+= R-latex2exp
SUBDIR+= R-latticeExtra
SUBDIR+= R-munsell
SUBDIR+= R-scales