diff options
author | markd <markd> | 2002-04-23 01:32:43 +0000 |
---|---|---|
committer | markd <markd> | 2002-04-23 01:32:43 +0000 |
commit | 822f94452a76165ba4099334aa726d7d34f40459 (patch) | |
tree | 98d629154555a726d903811f8fd6f1d8ccd9f225 /math/R-cluster | |
parent | fda6eb665a0bfda5b99cd9479339b67a3f2eab1e (diff) | |
download | pkgsrc-822f94452a76165ba4099334aa726d7d34f40459.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.
Diffstat (limited to 'math/R-cluster')
-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 |