diff options
author | markd <markd@pkgsrc.org> | 2002-04-23 01:32:43 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-04-23 01:32:43 +0000 |
commit | d5d2ea8eb69e509499749617b2d46a6608bdf3ce (patch) | |
tree | 98d629154555a726d903811f8fd6f1d8ccd9f225 | |
parent | 459184f6291bbc1b9a01c64f0fbce34d46c9b4b2 (diff) | |
download | pkgsrc-d5d2ea8eb69e509499749617b2d46a6608bdf3ce.tar.gz |
Initial import of R extension library cluster, version 1.4-0
Functions for cluster analysis, originally from
Peter Rousseeuw, Anja Struyf and Mia Hubert.
-rw-r--r-- | math/R-cluster/DESCR | 2 | ||||
-rw-r--r-- | math/R-cluster/Makefile | 12 | ||||
-rw-r--r-- | math/R-cluster/distinfo | 4 |
3 files changed, 18 insertions, 0 deletions
diff --git a/math/R-cluster/DESCR b/math/R-cluster/DESCR new file mode 100644 index 00000000000..c03e7df7439 --- /dev/null +++ b/math/R-cluster/DESCR @@ -0,0 +1,2 @@ +Functions for cluster analysis, originally from + Peter Rousseeuw, Anja Struyf and Mia Hubert. diff --git a/math/R-cluster/Makefile b/math/R-cluster/Makefile new file mode 100644 index 00000000000..e62d7efec82 --- /dev/null +++ b/math/R-cluster/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:32:43 markd Exp $ + +R_PKGNAME= cluster +R_PKGVER= 1.4-0 + +MAINTAINER= markd@netbsd.org +COMMENT= Functions for clustering (by Rousseeuw et al.) + +PLIST_SRC= /dev/null + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-cluster/distinfo b/math/R-cluster/distinfo new file mode 100644 index 00000000000..7fc5c218325 --- /dev/null +++ b/math/R-cluster/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/04/23 01:32:43 markd Exp $ + +SHA1 (R/cluster_1.4-0.tar.gz) = a3732dda1684606434830c68911627480b7e200a +Size (R/cluster_1.4-0.tar.gz) = 116698 bytes |