diff options
author | markd <markd@pkgsrc.org> | 2002-09-09 01:19:32 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-09-09 01:19:32 +0000 |
commit | 64243dc12852eec723a0b693c36550cf250c0288 (patch) | |
tree | 965bad32825521900bfce83a09d70b3f7fc31f90 /math/R-recommended | |
parent | 0d51d798457c9660b8492d80768a105ba5dd9abc (diff) | |
download | pkgsrc-64243dc12852eec723a0b693c36550cf250c0288.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/R-recommended')
-rw-r--r-- | math/R-recommended/Makefile | 24 |
1 files changed, 13 insertions, 11 deletions
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 |