From fda6eb665a0bfda5b99cd9479339b67a3f2eab1e Mon Sep 17 00:00:00 2001 From: markd Date: Tue, 23 Apr 2002 01:31:30 +0000 Subject: Initial import of R extension library boot, version 1.2-7 functions and datasets for bootstrapping from the book "Bootstrap Methods and Their Applications" by A.C. Davison and D.V. Hinkley (1997, CUP). --- math/R-boot/DESCR | 3 +++ math/R-boot/Makefile | 12 ++++++++++++ math/R-boot/distinfo | 4 ++++ 3 files changed, 19 insertions(+) create mode 100644 math/R-boot/DESCR create mode 100644 math/R-boot/Makefile create mode 100644 math/R-boot/distinfo diff --git a/math/R-boot/DESCR b/math/R-boot/DESCR new file mode 100644 index 00000000000..f66ae412d4c --- /dev/null +++ b/math/R-boot/DESCR @@ -0,0 +1,3 @@ +functions and datasets for bootstrapping from the + book "Bootstrap Methods and Their Applications" by A.C. Davison and + D.V. Hinkley (1997, CUP). diff --git a/math/R-boot/Makefile b/math/R-boot/Makefile new file mode 100644 index 00000000000..c45097d10a8 --- /dev/null +++ b/math/R-boot/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:31:30 markd Exp $ + +R_PKGNAME= boot +R_PKGVER= 1.2-7 + +MAINTAINER= markd@netbsd.org +COMMENT= Bootstrap R (S-Plus) Functions (Canty) + +PLIST_SRC= /dev/null + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-boot/distinfo b/math/R-boot/distinfo new file mode 100644 index 00000000000..f6cc3447187 --- /dev/null +++ b/math/R-boot/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/04/23 01:31:30 markd Exp $ + +SHA1 (R/boot_1.2-7.tar.gz) = 9beced90eb9595f01292918b1891eb26bf93005b +Size (R/boot_1.2-7.tar.gz) = 191383 bytes -- cgit v1.2.3