diff options
| author | David Naylor <dbn@FreeBSD.org> | 2015-06-02 17:55:54 +0000 |
|---|---|---|
| committer | David Naylor <dbn@FreeBSD.org> | 2015-06-02 17:55:54 +0000 |
| commit | c03b92abdd8210c1b88398466a74e9c4f94d40b3 (patch) | |
| tree | 4bd51ad7a234eb0dac23be159f7620af5181c536 | |
| parent | - Drop maintainership by maintainer's request (diff) | |
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
Notes
Notes:
svn path=/head/; revision=388369
| -rw-r--r-- | math/R-cran-stabledist/Makefile | 3 | ||||
| -rw-r--r-- | math/R-cran-stabledist/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/math/R-cran-stabledist/Makefile b/math/R-cran-stabledist/Makefile index 0730a65ae085..2bf995caa654 100644 --- a/math/R-cran-stabledist/Makefile +++ b/math/R-cran-stabledist/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= stabledist -DISTVERSION= 0.6-6 -PORTREVISION= 4 +DISTVERSION= 0.7-0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-stabledist/distinfo b/math/R-cran-stabledist/distinfo index 8e38ae45f882..8b57b6556a5f 100644 --- a/math/R-cran-stabledist/distinfo +++ b/math/R-cran-stabledist/distinfo @@ -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 |
