summaryrefslogtreecommitdiff
path: root/math/R/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-06-13 12:28:09 +0000
committermarkd <markd@pkgsrc.org>2006-06-13 12:28:09 +0000
commitb73fad9d8cfa065767980199980c1206d650e348 (patch)
tree56f992b7cb33e7cb4e86aa3d483d1c251f8157b9 /math/R/Makefile
parent7608cd08aacc8901aba7f354a77abbcb1beabcfe (diff)
downloadpkgsrc-b73fad9d8cfa065767980199980c1206d650e348.tar.gz
Update to R 2.3.1
This version contains several minor fixups and removes a couple of bad bugs such as NA-handling of mean() for integer vectors. Changes 2.3.0 This version contains several changes and additions, mostly incremental.
Diffstat (limited to 'math/R/Makefile')
-rw-r--r--math/R/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 40c1b612df5..9aefd7167fc 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2006/06/09 11:15:32 rillig Exp $
+# $NetBSD: Makefile,v 1.85 2006/06/13 12:28:09 markd Exp $
-DISTNAME= R-2.2.1
-PKGREVISION= 3
+DISTNAME= R-2.3.1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-2/}