diff options
author | markd <markd> | 2002-04-23 01:31:30 +0000 |
---|---|---|
committer | markd <markd> | 2002-04-23 01:31:30 +0000 |
commit | fda6eb665a0bfda5b99cd9479339b67a3f2eab1e (patch) | |
tree | 1ef436077458f482a66b7ce1b90f353f33c6e5fa /math | |
parent | b36534124dd69bed1cc29707b51056862c35d681 (diff) | |
download | pkgsrc-fda6eb665a0bfda5b99cd9479339b67a3f2eab1e.tar.gz |
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).
Diffstat (limited to 'math')
-rw-r--r-- | math/R-boot/DESCR | 3 | ||||
-rw-r--r-- | math/R-boot/Makefile | 12 | ||||
-rw-r--r-- | math/R-boot/distinfo | 4 |
3 files changed, 19 insertions, 0 deletions
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 |