pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-wle Uses fortran. Fix homepage.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1a98bae3224
branches:  trunk
changeset: 517166:b1a98bae3224
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Aug 05 22:56:48 2006 +0000

description:
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:

 math/R-wle/Makefile |  9 +++++----
 math/R-wle/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r effc968bb326 -r b1a98bae3224 math/R-wle/Makefile
--- a/math/R-wle/Makefile       Sat Aug 05 22:42:20 2006 +0000
+++ b/math/R-wle/Makefile       Sat Aug 05 22:56:48 2006 +0000
@@ -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@localhost
-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 -r effc968bb326 -r b1a98bae3224 math/R-wle/distinfo
--- a/math/R-wle/distinfo       Sat Aug 05 22:42:20 2006 +0000
+++ b/math/R-wle/distinfo       Sat Aug 05 22:56:48 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index