summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormarkd <markd>2006-08-05 22:56:48 +0000
committermarkd <markd>2006-08-05 22:56:48 +0000
commit53a4cf15aed68233ff8ac14b08fdf784211fced6 (patch)
tree963811dcd401ba8575a89a5ff65fc1fa2890642c /math
parent97de5ebd2cea1324527e4cba7de08c0876719875 (diff)
downloadpkgsrc-53a4cf15aed68233ff8ac14b08fdf784211fced6.tar.gz
Uses fortran. Fix homepage.
Update to 0.9-2: Version 0.9-2, 2006/02/13 Fix minor typo in wle.fracdiff.Rd and in wle.var.test.Rd. Rewrite some part of wle.vonmises.R and wle.wrappednormal.R since there were a problem on looking for mutiple roots. Version 0.9-1, 2005/12/6 Set up a NAMESPACE file. Functions wle.wrappednormal and wle.vonmises use atan2 call instead of atan. mle.aic has a new argument 'se' so that standard errors are reported for the parameters of each submodel. wle.fracdiff and related functions are partialy rewritten. Version 0.9, 2005/04/16 This version should works under gcc-4.0 too. Many fortran sources are removed since already included in R (blas functions) Function qrgnin.f is modified by Prof. B. Ripley so that it does not use entry point. Version 0.8-1, 2005/04/10 Fixed bugs in wlestepwise.f and mlestepwise.f The calls to the packages ts and ctest are removed. The function wle.aic.ar (and its summaries) is added. Add the dataset rocky Version 0.8, 2004/10/05 Fix file wle.lm.summaries.Rd
Diffstat (limited to 'math')
-rw-r--r--math/R-wle/Makefile9
-rw-r--r--math/R-wle/distinfo8
2 files changed, 9 insertions, 8 deletions
diff --git a/math/R-wle/Makefile b/math/R-wle/Makefile
index 70e11c32006..c1b2f8e5bf6 100644
--- a/math/R-wle/Makefile
+++ b/math/R-wle/Makefile
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:01 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/08/05 22:56:48 markd Exp $
#
-PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= mchittur@cs.nmsu.edu
-HOMEPAGE= ${R_HOMEPAGE_BASE}/statmod.html
+HOMEPAGE= ${R_HOMEPAGE_BASE}/wle.html
COMMENT= Provides approach to robustness via Weighted Likelihood Estimation
R_PKGNAME= wle
-R_PKGVER= 0.7-9
+R_PKGVER= 0.9-2
+USE_LANGUAGES+= c fortran
.include "../../math/R/Makefile.extension"
+.include "../../math/blas/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-wle/distinfo b/math/R-wle/distinfo
index 50039348399..a007ce9aafb 100644
--- a/math/R-wle/distinfo
+++ b/math/R-wle/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:19:34 rillig Exp $
+$NetBSD: distinfo,v 1.2 2006/08/05 22:56:48 markd 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
+SHA1 (R/wle_0.9-2.tar.gz) = 1e9d9147bf0972e73828c5f0513620d1ce3d6c36
+RMD160 (R/wle_0.9-2.tar.gz) = dc5ec44220d703d93471aaccda394cf40d3965c6
+Size (R/wle_0.9-2.tar.gz) = 152644 bytes