diff options
author | wen <wen@pkgsrc.org> | 2013-08-15 09:24:45 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-08-15 09:24:45 +0000 |
commit | e370c3e2cf166cbcc2a9662f63f541e5c2c0fc11 (patch) | |
tree | 993570a30ae49869960a6141b67394b674205744 /math | |
parent | 6a58e4c8e7832f4cec3ac8a8bce7da48b114823e (diff) | |
download | pkgsrc-e370c3e2cf166cbcc2a9662f63f541e5c2c0fc11.tar.gz |
Add R-plyr
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 b5ea2a32213..25b3f37459b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.254 2013/07/06 00:36:53 rodent Exp $ +# $NetBSD: Makefile,v 1.255 2013/08/15 09:24:45 wen Exp $ COMMENT= Mathematics @@ -42,6 +42,7 @@ SUBDIR+= R-maps SUBDIR+= R-mvtnorm SUBDIR+= R-ncdf SUBDIR+= R-pixmap +SUBDIR+= R-plyr SUBDIR+= R-randomForest SUBDIR+= R-sgeostat SUBDIR+= R-shapefiles |