diff options
Diffstat (limited to 'math/R-mgcv')
-rw-r--r-- | math/R-mgcv/DESCR | 3 | ||||
-rw-r--r-- | math/R-mgcv/Makefile | 12 | ||||
-rw-r--r-- | math/R-mgcv/distinfo | 4 |
3 files changed, 19 insertions, 0 deletions
diff --git a/math/R-mgcv/DESCR b/math/R-mgcv/DESCR new file mode 100644 index 00000000000..a90b375094d --- /dev/null +++ b/math/R-mgcv/DESCR @@ -0,0 +1,3 @@ +Routines for GAMs and other generalized ridge regression problems + with multiple smoothing parameter selection by GCV or UBRE. + Includes an implementation (not a clone) of gam(). diff --git a/math/R-mgcv/Makefile b/math/R-mgcv/Makefile new file mode 100644 index 00000000000..a60faa85e6a --- /dev/null +++ b/math/R-mgcv/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:35:51 markd Exp $ + +R_PKGNAME= mgcv +R_PKGVER= 0.7-1 + +MAINTAINER= markd@netbsd.org +COMMENT= Multiple smoothing parameter estimation and GAMs by GCV + +PLIST_SRC= /dev/null + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-mgcv/distinfo b/math/R-mgcv/distinfo new file mode 100644 index 00000000000..82222c2d30e --- /dev/null +++ b/math/R-mgcv/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/04/23 01:35:51 markd Exp $ + +SHA1 (R/mgcv_0.7-1.tar.gz) = fc4fd72787c818bd9b6ff0e53aa0121737758d42 +Size (R/mgcv_0.7-1.tar.gz) = 135341 bytes |