Sun Mar 9 14:15:43 2014 UTC ()
Update to 0.4.7

Upstream changes:
(But no changes for 0.4.7)
Version 0.4-6 2013/10/30
Added function dasytriangular for the density of asymmetric triangular distribution as described in Mardia (1972)
In this version two functions are available for evaluating the median (medianCircular which allows for the dispersion para
meter and median.circular with only the median reported), however medianCircular is deprecated and it will be removed in t
he next releases.
Added mean.circular.c to calculate the circular mean in C language.
New algorithm for circular median. The implementation is in C language.
Added function for Hodges Lehmann estimate of the median for circular and non circular data.
Several bugs fixed.


(wen)
diff -r1.10 -r1.11 pkgsrc/math/R-circular/Makefile
diff -r1.2 -r1.3 pkgsrc/math/R-circular/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/math/R-circular/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-circular/Makefile 2013/10/10 19:15:32 1.10
+++ pkgsrc/math/R-circular/Makefile 2014/03/09 14:15:43 1.11
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.10 2013/10/10 19:15:32 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2014/03/09 14:15:43 wen Exp $
2 2
3CATEGORIES= math 3CATEGORIES= math
4PKGREVISION= 1 
5MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} 4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
6 5
7MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= ${R_HOMEPAGE_BASE}/circular/ 7HOMEPAGE= ${R_HOMEPAGE_BASE}/circular/
9COMMENT= Circular Statistics, from "Topics in circular Statistics" 8COMMENT= Circular Statistics, from "Topics in circular Statistics"
10LICENSE= gnu-gpl-v2 9LICENSE= gnu-gpl-v2
11 10
12R_PKGNAME= circular 11R_PKGNAME= circular
13R_PKGVER= 0.4-3 12R_PKGVER= 0.4-7
14 13
15USE_LANGUAGES= fortran c 14USE_LANGUAGES= fortran c
16 15
17.include "../../devel/gettext-lib/buildlink3.mk" 16.include "../../devel/gettext-lib/buildlink3.mk"
18.include "../../math/R/Makefile.extension" 17.include "../../math/R/Makefile.extension"
19.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/math/R-circular/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-circular/distinfo 2012/04/15 15:20:52 1.2
+++ pkgsrc/math/R-circular/distinfo 2014/03/09 14:15:43 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2012/04/15 15:20:52 brook Exp $ 1$NetBSD: distinfo,v 1.3 2014/03/09 14:15:43 wen Exp $
2 2
3SHA1 (R/circular_0.4-3.tar.gz) = 8fe7447795502347fc2d15ba02ac60bdd8363206 3SHA1 (R/circular_0.4-7.tar.gz) = 8ea66b61caee8050c59ad042b4749d38b2241965
4RMD160 (R/circular_0.4-3.tar.gz) = 574662251ebe5d749f6a8dbe5fe4e7acc11fa48c 4RMD160 (R/circular_0.4-7.tar.gz) = 464ae35414fb930531f512e78864db4425bd6c26
5Size (R/circular_0.4-3.tar.gz) = 152860 bytes 5Size (R/circular_0.4-7.tar.gz) = 181031 bytes