diff options
author | wen <wen@pkgsrc.org> | 2016-01-01 11:48:32 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-01-01 11:48:32 +0000 |
commit | cac96240a6600c367b7a0a6fae2c6c84c5a8ad33 (patch) | |
tree | c0e01c40cb0c0a4b758501875b0998bee12f9402 /math/Makefile | |
parent | c30f0911dd41f53aaecb3ad2f24c0ff1fe8ba920 (diff) | |
download | pkgsrc-cac96240a6600c367b7a0a6fae2c6c84c5a8ad33.tar.gz |
Add R-quantreg
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 7055d70106a..9c5a907328d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.313 2016/01/01 05:44:12 wen Exp $ +# $NetBSD: Makefile,v 1.314 2016/01/01 11:48:32 wen Exp $ COMMENT= Mathematics @@ -46,6 +46,7 @@ SUBDIR+= R-mvtnorm SUBDIR+= R-ncdf SUBDIR+= R-pixmap SUBDIR+= R-plyr +SUBDIR+= R-quantreg SUBDIR+= R-randomForest SUBDIR+= R-sgeostat SUBDIR+= R-shapefiles |