Date: Tue, 2 Jun 2015 17:55:54 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388369 - head/math/R-cran-stabledist Message-ID: <201506021755.t52HtsrX053733@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbn Date: Tue Jun 2 17:55:54 2015 New Revision: 388369 URL: https://svnweb.freebsd.org/changeset/ports/388369 Log: math/R-cran-stabledist: update to 0.7-0 ChangeLog: * R/dpqr-stable.R (qstable): check that xmin < xmax before using uniroot. Fixes qstable(0, .. beta=0) bug found by Tobias Hudec. * R/utils.R (.unirootNA): build on newer uniroot() --> need R >= 3.1.0 Modified: head/math/R-cran-stabledist/Makefile head/math/R-cran-stabledist/distinfo Modified: head/math/R-cran-stabledist/Makefile ============================================================================== --- head/math/R-cran-stabledist/Makefile Tue Jun 2 17:53:32 2015 (r388368) +++ head/math/R-cran-stabledist/Makefile Tue Jun 2 17:55:54 2015 (r388369) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= stabledist -DISTVERSION= 0.6-6 -PORTREVISION= 4 +DISTVERSION= 0.7-0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-stabledist/distinfo ============================================================================== --- head/math/R-cran-stabledist/distinfo Tue Jun 2 17:53:32 2015 (r388368) +++ head/math/R-cran-stabledist/distinfo Tue Jun 2 17:55:54 2015 (r388369) @@ -1,2 +1,2 @@ -SHA256 (stabledist_0.6-6.tar.gz) = c5e7135176ad7b93362525ce4d51b26b513d5e5adb9c7ea4cb44cfe2c795a968 -SIZE (stabledist_0.6-6.tar.gz) = 30911 +SHA256 (stabledist_0.7-0.tar.gz) = 8789468f5f200d7685817cbd833595c53eefa5a31dde22fd7fa059e5e71cad1b +SIZE (stabledist_0.7-0.tar.gz) = 31485
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506021755.t52HtsrX053733>