diff options
author | brook <brook@pkgsrc.org> | 2012-04-15 22:16:24 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2012-04-15 22:16:24 +0000 |
commit | ccbdba64740a57ed75397b6dea1a36f9aa35e01c (patch) | |
tree | d176fe852719e9faed54dad7630fb05bb4e6461f /math/Makefile | |
parent | d7ecdc37094fbbd58ad5d9d3a4e6d843ec715026 (diff) | |
download | pkgsrc-ccbdba64740a57ed75397b6dea1a36f9aa35e01c.tar.gz |
Added R-geoRglm.
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 a1cc321d6d5..059a00c60f8 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.235 2012/04/15 18:00:28 brook Exp $ +# $NetBSD: Makefile,v 1.236 2012/04/15 22:16:24 brook Exp $ COMMENT= Mathematics @@ -30,6 +30,7 @@ SUBDIR+= R-e1071 SUBDIR+= R-gdata SUBDIR+= R-genetics SUBDIR+= R-geoR +SUBDIR+= R-geoRglm SUBDIR+= R-gstat SUBDIR+= R-gtools SUBDIR+= R-httpRequest |