From 7d541a8bbd558881de72e07954a5b411616380ec Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 11 Dec 2009 19:11:00 +0000 Subject: A package for choosing univariate class intervals for mapping or other graphics purposes. --- math/R-classInt/DESCR | 2 ++ math/R-classInt/Makefile | 18 ++++++++++++++++++ math/R-classInt/distinfo | 5 +++++ 3 files changed, 25 insertions(+) create mode 100644 math/R-classInt/DESCR create mode 100644 math/R-classInt/Makefile create mode 100644 math/R-classInt/distinfo diff --git a/math/R-classInt/DESCR b/math/R-classInt/DESCR new file mode 100644 index 00000000000..26dd5b27c09 --- /dev/null +++ b/math/R-classInt/DESCR @@ -0,0 +1,2 @@ +A package for choosing univariate class intervals for mapping or other graphics +purposes. diff --git a/math/R-classInt/Makefile b/math/R-classInt/Makefile new file mode 100644 index 00000000000..7f8c0880a13 --- /dev/null +++ b/math/R-classInt/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/12/11 19:11:00 adam Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/genetics/ +COMMENT= Package for choosing univariate class intervals for graphics + +R_PKGNAME= classInt +R_PKGVER= 0.1-13 + +USE_LANGUAGES= fortran + +DEPENDS+= R-e1071>=1.5:../../math/R-e1071 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-classInt/distinfo b/math/R-classInt/distinfo new file mode 100644 index 00000000000..eab2862b9cd --- /dev/null +++ b/math/R-classInt/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/12/11 19:11:00 adam Exp $ + +SHA1 (R/classInt_0.1-13.tar.gz) = 9315d2f7bea82b803d75541e43703f1d482b0cf0 +RMD160 (R/classInt_0.1-13.tar.gz) = c06e846d4492455d99163e782e9fdf3bcd0f60ea +Size (R/classInt_0.1-13.tar.gz) = 13468 bytes -- cgit v1.2.3