pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-mvtnorm Update to 1.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/340c5797e470
branches:  trunk
changeset: 652370:340c5797e470
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun May 31 11:57:03 2015 +0000

description:
Update to 1.0.2

Upstream changes:
Changes in version 1.0-2 (2014-12-16)

  o  start providing C interfaces to the underlying algorithms.
     mvtnorm_C_mvtdst() directly calls Alan's FORTRAN code and
     can be used in other packages via LinkingTo. See
     mvtnorm/inst/C_API_Example for an example very much inspired
     by the example provided in package xts.

  o  provide .C interfaces to the FORTRAN routines and allow switching
     on/off of R' RNG.

Changes in version 1.0-1 (2014-11-11)

  o  replace internal MVCHNV FORTRAN FUNCTION with
     R's sqrt(qchisq(p, n, FALSE, FALSE). This fixes a
     problem where NaN was returned as reported by
     David Charles Airey <airey_david_charles_at_lilly.com>

Changes in version 1.0-0 (2014-07-08)

  o  After 14 years, we now feel safe enough to publish mvtnorm 1.0-0.
     Many packages depend, import, or suggest mvtnorm, so this version
     change also indicates that the package is now stable and, to a very
     large extent, the API is frozen. We will of course continue to fix
     bugs or other problems but new features are unlikely to go into this
     package.

  o  use Authors@R in DESCRIPTION

  o  switch to standard NEWS format

diffstat:

 math/R-mvtnorm/Makefile |  4 ++--
 math/R-mvtnorm/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r f8d34c6bdc82 -r 340c5797e470 math/R-mvtnorm/Makefile
--- a/math/R-mvtnorm/Makefile   Sun May 31 11:40:18 2015 +0000
+++ b/math/R-mvtnorm/Makefile   Sun May 31 11:57:03 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/04/15 15:33:38 brook Exp $
+# $NetBSD: Makefile,v 1.11 2015/05/31 11:57:03 wen Exp $
 
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
@@ -9,7 +9,7 @@
 LICENSE=       gnu-gpl-v2
 
 R_PKGNAME=     mvtnorm
-R_PKGVER=      0.9-9992
+R_PKGVER=      1.0-2
 
 USE_LANGUAGES= c fortran
 
diff -r f8d34c6bdc82 -r 340c5797e470 math/R-mvtnorm/distinfo
--- a/math/R-mvtnorm/distinfo   Sun May 31 11:40:18 2015 +0000
+++ b/math/R-mvtnorm/distinfo   Sun May 31 11:57:03 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2012/04/15 15:33:38 brook Exp $
+$NetBSD: distinfo,v 1.5 2015/05/31 11:57:03 wen Exp $
 
-SHA1 (R/mvtnorm_0.9-9992.tar.gz) = 065985d399f5c2465d3e0c348a12634d6a7826ff
-RMD160 (R/mvtnorm_0.9-9992.tar.gz) = 31d3d5fc5fe171d49a3a9e52f32dcab12ad7ff06
-Size (R/mvtnorm_0.9-9992.tar.gz) = 321526 bytes
+SHA1 (R/mvtnorm_1.0-2.tar.gz) = 0e579278b1c961695b03837b141116f44554b1a9
+RMD160 (R/mvtnorm_1.0-2.tar.gz) = c8378d6d6e0805a322c11a78109eec29f3f07fee
+Size (R/mvtnorm_1.0-2.tar.gz) = 155092 bytes



Home | Main Index | Thread Index | Old Index