diff options
author | wen <wen@pkgsrc.org> | 2016-01-01 05:24:28 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-01-01 05:24:28 +0000 |
commit | 769bc81ea3ac29e83c2670738f24a43d4d22563d (patch) | |
tree | ea6c300fc23ddc9cfdda0788352a4f5376759bcc /math | |
parent | d79bea5fd7840b041c31dc1c32a07d56a5ab8233 (diff) | |
download | pkgsrc-769bc81ea3ac29e83c2670738f24a43d4d22563d.tar.gz |
Add R-SparseM
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 9652e84913b..261c941f42f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.311 2015/12/29 02:04:08 agc Exp $ +# $NetBSD: Makefile,v 1.312 2016/01/01 05:24:28 wen Exp $ COMMENT= Mathematics @@ -15,6 +15,7 @@ SUBDIR+= R-RColorBrewer SUBDIR+= R-RPostgreSQL SUBDIR+= R-RandomFields SUBDIR+= R-Rcmdr +SUBDIR+= R-SparseM SUBDIR+= R-XML SUBDIR+= R-abind SUBDIR+= R-akima |