diff options
author | markd <markd> | 2002-04-23 01:26:18 +0000 |
---|---|---|
committer | markd <markd> | 2002-04-23 01:26:18 +0000 |
commit | cdb3ac0217cb5e53e8f2459c91e042190bb1b7b1 (patch) | |
tree | b9bc80db028e06fe5a4e20f08b7c7525a1f0e311 /math | |
parent | daf71e6de4f33c2f88df8cdd502086a446406e9f (diff) | |
download | pkgsrc-cdb3ac0217cb5e53e8f2459c91e042190bb1b7b1.tar.gz |
Initial import of R extension library KernSmooth, version 2.22-7
functions for kernel smoothing (and density estimation)
corresponding to the book:
Wand, M.P. and Jones, M.C. (1995) "Kernel Smoothing".
Diffstat (limited to 'math')
-rw-r--r-- | math/R-KernSmooth/DESCR | 3 | ||||
-rw-r--r-- | math/R-KernSmooth/Makefile | 12 | ||||
-rw-r--r-- | math/R-KernSmooth/distinfo | 4 |
3 files changed, 19 insertions, 0 deletions
diff --git a/math/R-KernSmooth/DESCR b/math/R-KernSmooth/DESCR new file mode 100644 index 00000000000..553842ac013 --- /dev/null +++ b/math/R-KernSmooth/DESCR @@ -0,0 +1,3 @@ +functions for kernel smoothing (and density estimation) + corresponding to the book: + Wand, M.P. and Jones, M.C. (1995) "Kernel Smoothing". diff --git a/math/R-KernSmooth/Makefile b/math/R-KernSmooth/Makefile new file mode 100644 index 00000000000..b608dfd1a91 --- /dev/null +++ b/math/R-KernSmooth/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:26:18 markd Exp $ + +R_PKGNAME= KernSmooth +R_PKGVER= 2.22-7 + +MAINTAINER= markd@netbsd.org +COMMENT= Functions for kernel smoothing for Wand & Jones (1995) + +PLIST_SRC= /dev/null + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-KernSmooth/distinfo b/math/R-KernSmooth/distinfo new file mode 100644 index 00000000000..34488cfc189 --- /dev/null +++ b/math/R-KernSmooth/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/04/23 01:26:18 markd Exp $ + +SHA1 (R/KernSmooth_2.22-7.tar.gz) = a005c6c29881e5a1a073605bcf21878bd8350950 +Size (R/KernSmooth_2.22-7.tar.gz) = 26804 bytes |