diff options
author | markd <markd@pkgsrc.org> | 2006-07-02 13:26:01 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-07-02 13:26:01 +0000 |
commit | 4de77922b81847075da3e1faf90b61c14ac5213d (patch) | |
tree | 16c07c40f175cb64fb37bbe145e3d49f5ea06906 | |
parent | 30a97c19ee87d09bd4f02e0b1ff6e4bbc4680d07 (diff) | |
download | pkgsrc-4de77922b81847075da3e1faf90b61c14ac5213d.tar.gz |
Add new R packages.
-rw-r--r-- | math/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index cc551a4db42..271a5355f20 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.149 2006/06/12 16:34:32 wiz Exp $ +# $NetBSD: Makefile,v 1.150 2006/07/02 13:26:01 markd Exp $ # COMMENT= Mathematics @@ -14,17 +14,23 @@ SUBDIR+= R-R2HTML SUBDIR+= R-RArcInfo SUBDIR+= R-Rcmdr SUBDIR+= R-abind +SUBDIR+= R-akima SUBDIR+= R-chron SUBDIR+= R-clim.pact +SUBDIR+= R-combinat SUBDIR+= R-date +SUBDIR+= R-gdata SUBDIR+= R-genetics SUBDIR+= R-geoR SUBDIR+= R-gstat +SUBDIR+= R-gtools SUBDIR+= R-httpRequest SUBDIR+= R-hwde SUBDIR+= R-lmm SUBDIR+= R-mapproj SUBDIR+= R-maps +SUBDIR+= R-mvtnorm +SUBDIR+= R-ncdf SUBDIR+= R-pixmap SUBDIR+= R-sgeostat SUBDIR+= R-shapefiles |