diff options
author | markd <markd@pkgsrc.org> | 2002-04-23 01:43:43 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-04-23 01:43:43 +0000 |
commit | f70244aed86580a97a2203ad9212c0cdec0af84a (patch) | |
tree | 071a8dcaed34be96b4d9c1424e0fde32b5ada8a3 /math | |
parent | 556852192c486f454268e7970496f8cea6b0e59d (diff) | |
download | pkgsrc-f70244aed86580a97a2203ad9212c0cdec0af84a.tar.gz |
Inital import of meta-package for the recommended extension library set
for the R-1.4.1 release.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-recommended/DESCR | 1 | ||||
-rw-r--r-- | math/R-recommended/Makefile | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/math/R-recommended/DESCR b/math/R-recommended/DESCR new file mode 100644 index 00000000000..a58c75c2b35 --- /dev/null +++ b/math/R-recommended/DESCR @@ -0,0 +1 @@ +Recommended standard modules for R diff --git a/math/R-recommended/Makefile b/math/R-recommended/Makefile new file mode 100644 index 00000000000..9448c8a92d2 --- /dev/null +++ b/math/R-recommended/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:43:43 markd Exp $ + +DISTNAME= R-recommended-1.4.1 +CATEGORIES= math +MASTER_SITES= # empty +DISTFILES= # empty + +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 + +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_PATCH= yes +NO_CONFIGURE= yes +NO_BUILD= yes +PLIST_SRC= /dev/null + +do-install: # empty + +.include "../../mk/bsd.pkg.mk" |