From 822f94452a76165ba4099334aa726d7d34f40459 Mon Sep 17 00:00:00 2001 From: markd Date: Tue, 23 Apr 2002 01:32:43 +0000 Subject: Initial import of R extension library cluster, version 1.4-0 Functions for cluster analysis, originally from Peter Rousseeuw, Anja Struyf and Mia Hubert. --- math/R-cluster/DESCR | 2 ++ math/R-cluster/Makefile | 12 ++++++++++++ math/R-cluster/distinfo | 4 ++++ 3 files changed, 18 insertions(+) create mode 100644 math/R-cluster/DESCR create mode 100644 math/R-cluster/Makefile create mode 100644 math/R-cluster/distinfo 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 -- cgit v1.2.3