summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormarkd <markd>2002-09-09 01:19:32 +0000
committermarkd <markd>2002-09-09 01:19:32 +0000
commited701ba96855fb0c11fc2c9b1445257fc2bb84bb (patch)
tree965bad32825521900bfce83a09d70b3f7fc31f90 /math
parent3eae13a9e2df1782491a31a3c0972c74a7142f3e (diff)
downloadpkgsrc-ed701ba96855fb0c11fc2c9b1445257fc2bb84bb.tar.gz
Update to recommended set for R 1.5.1.
Specific changes to each module are not listed anywhere easy.
Diffstat (limited to 'math')
-rw-r--r--math/R-VR/Makefile6
-rw-r--r--math/R-VR/distinfo6
-rw-r--r--math/R-boot/Makefile6
-rw-r--r--math/R-boot/distinfo6
-rw-r--r--math/R-cluster/Makefile4
-rw-r--r--math/R-cluster/distinfo6
-rw-r--r--math/R-foreign/Makefile4
-rw-r--r--math/R-foreign/distinfo6
-rw-r--r--math/R-mgcv/Makefile4
-rw-r--r--math/R-mgcv/distinfo6
-rw-r--r--math/R-nlme/Makefile6
-rw-r--r--math/R-nlme/distinfo6
-rw-r--r--math/R-recommended/Makefile24
-rw-r--r--math/R-rpart/Makefile7
-rw-r--r--math/R-rpart/distinfo6
-rw-r--r--math/R-survival/Makefile4
-rw-r--r--math/R-survival/distinfo6
17 files changed, 62 insertions, 51 deletions
diff --git a/math/R-VR/Makefile b/math/R-VR/Makefile
index c9610765eca..ac0beb4e971 100644
--- a/math/R-VR/Makefile
+++ b/math/R-VR/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:29:20 markd Exp $
+# $NetBSD: Makefile,v 1.2 2002/09/09 01:19:32 markd Exp $
R_PKGNAME= VR
-R_PKGVER= 6.3-2
+R_PKGVER= 7.0-3
MAINTAINER= markd@netbsd.org
COMMENT= Various functions from the libraries of Venables and Ripley
@@ -9,5 +9,7 @@ COMMENT= Various functions from the libraries of Venables and Ripley
R_INST_DIRS= MASS class nnet spatial
PLIST_SRC= /dev/null
+R_DEPENDS= R>=1.5.0
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-VR/distinfo b/math/R-VR/distinfo
index c540d0328d7..b18f063a062 100644
--- a/math/R-VR/distinfo
+++ b/math/R-VR/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/04/23 01:29:20 markd Exp $
+$NetBSD: distinfo,v 1.2 2002/09/09 01:19:33 markd Exp $
-SHA1 (R/VR_6.3-2.tar.gz) = 8d4920b039d7fb54b49595cf00958cbf826826cb
-Size (R/VR_6.3-2.tar.gz) = 418054 bytes
+SHA1 (R/VR_7.0-3.tar.gz) = 424070048aa3ea463d8f6040732a16685e83a5ff
+Size (R/VR_7.0-3.tar.gz) = 467714 bytes
diff --git a/math/R-boot/Makefile b/math/R-boot/Makefile
index c45097d10a8..ac6c19d5451 100644
--- a/math/R-boot/Makefile
+++ b/math/R-boot/Makefile
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:31:30 markd Exp $
+# $NetBSD: Makefile,v 1.2 2002/09/09 01:19:34 markd Exp $
R_PKGNAME= boot
-R_PKGVER= 1.2-7
+R_PKGVER= 1.2-8
MAINTAINER= markd@netbsd.org
COMMENT= Bootstrap R (S-Plus) Functions (Canty)
PLIST_SRC= /dev/null
+R_DEPENDS= R>=1.5.0
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-boot/distinfo b/math/R-boot/distinfo
index f6cc3447187..473d29a83cd 100644
--- a/math/R-boot/distinfo
+++ b/math/R-boot/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/04/23 01:31:30 markd Exp $
+$NetBSD: distinfo,v 1.2 2002/09/09 01:19:34 markd Exp $
-SHA1 (R/boot_1.2-7.tar.gz) = 9beced90eb9595f01292918b1891eb26bf93005b
-Size (R/boot_1.2-7.tar.gz) = 191383 bytes
+SHA1 (R/boot_1.2-8.tar.gz) = 528cb945bf5e998a6083550370afaf6d48142b38
+Size (R/boot_1.2-8.tar.gz) = 182135 bytes
diff --git a/math/R-cluster/Makefile b/math/R-cluster/Makefile
index e62d7efec82..cc096b84398 100644
--- a/math/R-cluster/Makefile
+++ b/math/R-cluster/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:32:43 markd Exp $
+# $NetBSD: Makefile,v 1.2 2002/09/09 01:19:34 markd Exp $
R_PKGNAME= cluster
-R_PKGVER= 1.4-0
+R_PKGVER= 1.4-2
MAINTAINER= markd@netbsd.org
COMMENT= Functions for clustering (by Rousseeuw et al.)
diff --git a/math/R-cluster/distinfo b/math/R-cluster/distinfo
index 7fc5c218325..db59e372844 100644
--- a/math/R-cluster/distinfo
+++ b/math/R-cluster/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/04/23 01:32:43 markd Exp $
+$NetBSD: distinfo,v 1.2 2002/09/09 01:19:34 markd Exp $
-SHA1 (R/cluster_1.4-0.tar.gz) = a3732dda1684606434830c68911627480b7e200a
-Size (R/cluster_1.4-0.tar.gz) = 116698 bytes
+SHA1 (R/cluster_1.4-2.tar.gz) = b195c3826291f235ed4b8df45cc751aecaffdbe6
+Size (R/cluster_1.4-2.tar.gz) = 113972 bytes
diff --git a/math/R-foreign/Makefile b/math/R-foreign/Makefile
index 3e0ab5ea4a7..9317f28cd04 100644
--- a/math/R-foreign/Makefile
+++ b/math/R-foreign/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:34:06 markd Exp $
+# $NetBSD: Makefile,v 1.2 2002/09/09 01:19:35 markd Exp $
R_PKGNAME= foreign
-R_PKGVER= 0.4-9
+R_PKGVER= 0.5-5
MAINTAINER= markd@netbsd.org
COMMENT= Read data stored by Minitab, S, SAS, SPSS, Stata, ...
diff --git a/math/R-foreign/distinfo b/math/R-foreign/distinfo
index 5bdcaebc0a8..4ef6b16f548 100644
--- a/math/R-foreign/distinfo
+++ b/math/R-foreign/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/04/23 01:34:06 markd Exp $
+$NetBSD: distinfo,v 1.2 2002/09/09 01:19:35 markd Exp $
-SHA1 (R/foreign_0.4-9.tar.gz) = d96663d9c0d5de9ce03139cc8758ead26b9d208c
-Size (R/foreign_0.4-9.tar.gz) = 178983 bytes
+SHA1 (R/foreign_0.5-5.tar.gz) = e03ca6fb0b7621fe175f8d1c02e5eddd3cbfdc66
+Size (R/foreign_0.5-5.tar.gz) = 184549 bytes
diff --git a/math/R-mgcv/Makefile b/math/R-mgcv/Makefile
index a60faa85e6a..9a18f2d2177 100644
--- a/math/R-mgcv/Makefile
+++ b/math/R-mgcv/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:35:51 markd Exp $
+# $NetBSD: Makefile,v 1.2 2002/09/09 01:19:35 markd Exp $
R_PKGNAME= mgcv
-R_PKGVER= 0.7-1
+R_PKGVER= 0.8-1
MAINTAINER= markd@netbsd.org
COMMENT= Multiple smoothing parameter estimation and GAMs by GCV
diff --git a/math/R-mgcv/distinfo b/math/R-mgcv/distinfo
index 82222c2d30e..dc54617710f 100644
--- a/math/R-mgcv/distinfo
+++ b/math/R-mgcv/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/04/23 01:35:51 markd Exp $
+$NetBSD: distinfo,v 1.2 2002/09/09 01:19:35 markd Exp $
-SHA1 (R/mgcv_0.7-1.tar.gz) = fc4fd72787c818bd9b6ff0e53aa0121737758d42
-Size (R/mgcv_0.7-1.tar.gz) = 135341 bytes
+SHA1 (R/mgcv_0.8-1.tar.gz) = 890405296a33272a418933daf29ea77342e71bfd
+Size (R/mgcv_0.8-1.tar.gz) = 156430 bytes
diff --git a/math/R-nlme/Makefile b/math/R-nlme/Makefile
index 862fb2e9328..e2a1ff68cdf 100644
--- a/math/R-nlme/Makefile
+++ b/math/R-nlme/Makefile
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:37:28 markd Exp $
+# $NetBSD: Makefile,v 1.2 2002/09/09 01:19:35 markd Exp $
R_PKGNAME= nlme
-R_PKGVER= 3.1-23
+R_PKGVER= 3.1-27
MAINTAINER= markd@netbsd.org
COMMENT= Linear and nonlinear mixed effects models
PLIST_SRC= /dev/null
+R_DEPENDS= R>=1.5.0
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-nlme/distinfo b/math/R-nlme/distinfo
index 763f646d8c2..7d72b1fce29 100644
--- a/math/R-nlme/distinfo
+++ b/math/R-nlme/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/04/23 01:37:28 markd Exp $
+$NetBSD: distinfo,v 1.2 2002/09/09 01:19:36 markd Exp $
-SHA1 (R/nlme_3.1-23.tar.gz) = 2fcd2da8a9eb9834f80e7514860cf49813fb5199
-Size (R/nlme_3.1-23.tar.gz) = 528965 bytes
+SHA1 (R/nlme_3.1-27.tar.gz) = 4624ba9308ce987dd263a9bd4786cb727a1eddca
+Size (R/nlme_3.1-27.tar.gz) = 520953 bytes
diff --git a/math/R-recommended/Makefile b/math/R-recommended/Makefile
index 9448c8a92d2..998e92f4618 100644
--- a/math/R-recommended/Makefile
+++ b/math/R-recommended/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:43:43 markd Exp $
+# $NetBSD: Makefile,v 1.2 2002/09/09 01:19:37 markd Exp $
-DISTNAME= R-recommended-1.4.1
+DISTNAME= R-recommended-1.5.1
CATEGORIES= math
MASTER_SITES= # empty
DISTFILES= # empty
@@ -9,15 +9,17 @@ MAINTAINER= markd@netbsd.org
HOMEPAGE= http://www.R-project.org/
COMMENT= Recommended packages "meta-package" for R
-DEPENDS+= R-KernSmooth-2.22.7:../../math/R-KernSmooth
-DEPENDS+= R-VR-6.3.2:../../math/R-VR
-DEPENDS+= R-boot-1.2.7:../../math/R-boot
-DEPENDS+= R-cluster-1.4.0:../../math/R-cluster
-DEPENDS+= R-foreign-0.4.9:../../math/R-foreign
-DEPENDS+= R-mgcv-0.7.1:../../math/R-mgcv
-DEPENDS+= R-nlme-3.1.23:../../math/R-nlme
-DEPENDS+= R-rpart-3.1.5:../../math/R-rpart
-DEPENDS+= R-survival-2.8.2:../../math/R-survival
+DEPENDS+= R-KernSmooth>=2.22.7:../../math/R-KernSmooth
+DEPENDS+= R-VR>=7.0.3:../../math/R-VR
+DEPENDS+= R-boot>=1.2.8:../../math/R-boot
+DEPENDS+= R-cluster>=1.4.2:../../math/R-cluster
+DEPENDS+= R-foreign>=0.5.5:../../math/R-foreign
+DEPENDS+= R-grid>=0.6:../../math/R-grid
+DEPENDS+= R-lattice>=0.5.3:../../math/R-lattice
+DEPENDS+= R-mgcv>=0.8.1:../../math/R-mgcv
+DEPENDS+= R-nlme>=3.1.27:../../math/R-nlme
+DEPENDS+= R-rpart>=3.1.7:../../math/R-rpart
+DEPENDS+= R-survival>=2.9.4:../../math/R-survival
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
diff --git a/math/R-rpart/Makefile b/math/R-rpart/Makefile
index 79c10c1ee8c..f63574a8a50 100644
--- a/math/R-rpart/Makefile
+++ b/math/R-rpart/Makefile
@@ -1,12 +1,15 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:38:58 markd Exp $
+# $NetBSD: Makefile,v 1.2 2002/09/09 01:19:36 markd Exp $
R_PKGNAME= rpart
-R_PKGVER= 3.1-5
+R_PKGVER= 3.1-7
MAINTAINER= markd@netbsd.org
COMMENT= Recursive partitioning
PLIST_SRC= /dev/null
+R_DEPENDS= R>=1.5.0
+DEPENDS+= R-survival-*:../R-survival
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-rpart/distinfo b/math/R-rpart/distinfo
index 035c5575eee..42715f5fe2d 100644
--- a/math/R-rpart/distinfo
+++ b/math/R-rpart/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/04/23 01:38:58 markd Exp $
+$NetBSD: distinfo,v 1.2 2002/09/09 01:19:36 markd Exp $
-SHA1 (R/rpart_3.1-5.tar.gz) = fa2bd31964227537064bc95ab177b30873cf1a6a
-Size (R/rpart_3.1-5.tar.gz) = 110361 bytes
+SHA1 (R/rpart_3.1-7.tar.gz) = f5609bb46b6fda606de28be17c5a8ccf5ea3a1c5
+Size (R/rpart_3.1-7.tar.gz) = 111007 bytes
diff --git a/math/R-survival/Makefile b/math/R-survival/Makefile
index 0597b2877a2..6dc8f5c599d 100644
--- a/math/R-survival/Makefile
+++ b/math/R-survival/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:40:18 markd Exp $
+# $NetBSD: Makefile,v 1.2 2002/09/09 01:19:36 markd Exp $
R_PKGNAME= survival
-R_PKGVER= 2.8-2
+R_PKGVER= 2.9-4
MAINTAINER= markd@netbsd.org
COMMENT= Survival analysis, including penalised likelihood.
diff --git a/math/R-survival/distinfo b/math/R-survival/distinfo
index 79b88b984ea..4c61e0c8a5d 100644
--- a/math/R-survival/distinfo
+++ b/math/R-survival/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/04/23 01:40:18 markd Exp $
+$NetBSD: distinfo,v 1.2 2002/09/09 01:19:37 markd Exp $
-SHA1 (R/survival_2.8-2.tar.gz) = ab057ab99f65eb4057c807272df4617b77a58043
-Size (R/survival_2.8-2.tar.gz) = 1007886 bytes
+SHA1 (R/survival_2.9-4.tar.gz) = ac8e61d1a5544902ebdbdfa1029ca760666cb93d
+Size (R/survival_2.9-4.tar.gz) = 1067335 bytes