diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-04 08:19:34 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-04 08:19:34 +0000 |
commit | ee58efeeb5975ff7f4bb495b69bc69a72c6bb230 (patch) | |
tree | 5bd926d1bf4c7e08ad7a5cae3fae0834041c9d2d /math | |
parent | 730c7504268a488a8b62819aaf3dfaf169befda7 (diff) | |
download | pkgsrc-ee58efeeb5975ff7f4bb495b69bc69a72c6bb230.tar.gz |
Imported R-wle from pkgsrc-wip.
Provides approach to robustness via Weighted Likelihood Estimation.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-wle/DESCR | 1 | ||||
-rw-r--r-- | math/R-wle/Makefile | 15 | ||||
-rw-r--r-- | math/R-wle/PLIST | 1 | ||||
-rw-r--r-- | math/R-wle/distinfo | 5 |
4 files changed, 22 insertions, 0 deletions
diff --git a/math/R-wle/DESCR b/math/R-wle/DESCR new file mode 100644 index 00000000000..5e2589cfada --- /dev/null +++ b/math/R-wle/DESCR @@ -0,0 +1 @@ +Provides approach to robustness via Weighted Likelihood Estimation. diff --git a/math/R-wle/Makefile b/math/R-wle/Makefile new file mode 100644 index 00000000000..f91123b34e4 --- /dev/null +++ b/math/R-wle/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:19:34 rillig Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/statmod.html +COMMENT= Provides approach to robustness via Weighted Likelihood Estimation + +R_PKGNAME= wle +R_PKGVER= 0.7-9 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-wle/PLIST b/math/R-wle/PLIST new file mode 100644 index 00000000000..a9a7049922a --- /dev/null +++ b/math/R-wle/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:19:34 rillig Exp $ diff --git a/math/R-wle/distinfo b/math/R-wle/distinfo new file mode 100644 index 00000000000..50039348399 --- /dev/null +++ b/math/R-wle/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:19:34 rillig Exp $ + +SHA1 (R/wle_0.7-9.tar.gz) = f3271aaf02f8d38eb1befa5bae5e625505b2485a +RMD160 (R/wle_0.7-9.tar.gz) = 080abbe2a118962cea1bf7b9531aeae3285a1927 +Size (R/wle_0.7-9.tar.gz) = 169674 bytes |