pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-robustbase (math/R-robustness) Updated 0.93.8 t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1f26e98b732
branches:  trunk
changeset: 379681:b1f26e98b732
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat May 21 15:14:19 2022 +0000

description:
(math/R-robustness) Updated 0.93.8 to 0.95.0

(inst/NEWS.Rd or https://cran.r-project.org/web/packages/robustbase/news.html)

NEWS             R Documentation

News for R Package robustbase

CHANGES in robustbase VERSION 0.95-0 (2022-04-02, svn r894)

BUG FIXES

  * huberM(x, k) now also works in small sample cases with +/-Inf, e.g. for x =
    c(-Inf, 1).

NEW FEATURES

  * New huberize() utility, notably by default used in mc().

  * mc() now by default uses doScale=FALSE in order to guarantee convergence
    also in extreme cases when used together with new c.huberize = 1e11. Both
    are not back compatible but clearly better in extreme cases, as assessed by
    Lukas Graz' BSc thesis. Note that the behavior of the new default doScale=
    FALSE has been amended in the C code to be more compatible in its eps
    checks with (the previous default) doScale=TRUE.

    Lastly, a message() is printed currently, at most once per R session,
    whenever mc() is called without an explicit specification of doScale=*,
    alerting users to the changed default. This message can be turned off by
    setting options(mc_doScale_quiet = TRUE).

  * New dataset data(x30o50) as an example of potentially problematic data, not
    just for mc().

Misc

  * rather "truncating" +/-Inf to <large>, use NA.OK = TRUE in Qn() and Sn()'s
    .C() call.

  * Our C code no longer uses the DOUBLE_* constants from S, but rather
    standard <float.h>.

CHANGES in robustbase VERSION 0.93-9 (2021-09-27, svn r888)

BUG FIXES

  * Qn(x) and Sn(x) gain an na.rm = FALSE option and now work when x has NAs
    and contains +/- Inf.

Misc

  * No longer include 'Rdefines.h' as it is somewhat deprecated.

  * In 'src/lmrob.c' add USE_FC_LEN_T and use FCONE rather than the older FCLEN
    approach.

diffstat:

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

diffs (26 lines):

diff -r a3c98173a854 -r b1f26e98b732 math/R-robustbase/Makefile
--- a/math/R-robustbase/Makefile        Sat May 21 15:01:00 2022 +0000
+++ b/math/R-robustbase/Makefile        Sat May 21 15:14:19 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2021/09/20 00:10:53 mef Exp $
+# $NetBSD: Makefile,v 1.3 2022/05/21 15:14:19 mef Exp $
 
 R_PKGNAME=     robustbase
-R_PKGVER=      0.93-8
+R_PKGVER=      0.95-0
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Basic robust statistics
diff -r a3c98173a854 -r b1f26e98b732 math/R-robustbase/distinfo
--- a/math/R-robustbase/distinfo        Sat May 21 15:01:00 2022 +0000
+++ b/math/R-robustbase/distinfo        Sat May 21 15:14:19 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:55:32 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/05/21 15:14:19 mef Exp $
 
-BLAKE2s (R/robustbase_0.93-8.tar.gz) = 90f534e37e072eea02a9250b6c973ea2aaa3337f38e2c3c1a1ddbda83fab4d06
-SHA512 (R/robustbase_0.93-8.tar.gz) = 1e6d2f7dd90bd9b095953f80bd59a008b410f13c05641e67ea43ee85ebfd5dc4d6c7908e0a3426cd6cee7e8f13ab1ed71443abe153988dac08de927369818181
-Size (R/robustbase_0.93-8.tar.gz) = 2334489 bytes
+BLAKE2s (R/robustbase_0.95-0.tar.gz) = 7cf9ae6f227087d6ce13e8c38a5f01a224d99805c8b1fd062fd6562797637b39
+SHA512 (R/robustbase_0.95-0.tar.gz) = fbb22db1a4a7363c928b9e6a8a450160bc53e7f996f2184af57c9c38d4877699d7cff31405caba97c886f8b61dd4ab677164ee3ccbcc1ea0360b268e836df800
+Size (R/robustbase_0.95-0.tar.gz) = 2295699 bytes



Home | Main Index | Thread Index | Old Index