Sat May 21 15:14:19 2022 UTC ()
(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.


(mef)
diff -r1.2 -r1.3 pkgsrc/math/R-robustbase/Makefile
diff -r1.4 -r1.5 pkgsrc/math/R-robustbase/distinfo

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

--- pkgsrc/math/R-robustbase/Makefile 2021/09/20 00:10:53 1.2
+++ pkgsrc/math/R-robustbase/Makefile 2022/05/21 15:14:19 1.3
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.2 2021/09/20 00:10:53 mef Exp $ 1# $NetBSD: Makefile,v 1.3 2022/05/21 15:14:19 mef Exp $
2 2
3R_PKGNAME= robustbase 3R_PKGNAME= robustbase
4R_PKGVER= 0.93-8 4R_PKGVER= 0.95-0
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7COMMENT= Basic robust statistics 7COMMENT= Basic robust statistics
8LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 8LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
9 9
10DEPENDS+= R-DEoptimR>=1.0.8:../../math/R-DEoptimR 10DEPENDS+= R-DEoptimR>=1.0.8:../../math/R-DEoptimR
11 11
12# Packages suggested but not available: 12# Packages suggested but not available:
13# 'robust', 'fit.models', 'MPV', 'GGally', 13# 'robust', 'fit.models', 'MPV', 'GGally',
14# 'RColorBrewer', 'reshape2', 'sfsmisc', 'catdata', 'doParallel', 14# 'RColorBrewer', 'reshape2', 'sfsmisc', 'catdata', 'doParallel',
15# 'foreach', 'skewt' 15# 'foreach', 'skewt'
16TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2 16TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
17TEST_DEPENDS+= R-xtable-[0-9]*:../../math/R-xtable 17TEST_DEPENDS+= R-xtable-[0-9]*:../../math/R-xtable

cvs diff -r1.4 -r1.5 pkgsrc/math/R-robustbase/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-robustbase/distinfo 2021/10/26 10:55:32 1.4
+++ pkgsrc/math/R-robustbase/distinfo 2022/05/21 15:14:19 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2021/10/26 10:55:32 nia Exp $ 1$NetBSD: distinfo,v 1.5 2022/05/21 15:14:19 mef Exp $
2 2
3BLAKE2s (R/robustbase_0.93-8.tar.gz) = 90f534e37e072eea02a9250b6c973ea2aaa3337f38e2c3c1a1ddbda83fab4d06 3BLAKE2s (R/robustbase_0.95-0.tar.gz) = 7cf9ae6f227087d6ce13e8c38a5f01a224d99805c8b1fd062fd6562797637b39
4SHA512 (R/robustbase_0.93-8.tar.gz) = 1e6d2f7dd90bd9b095953f80bd59a008b410f13c05641e67ea43ee85ebfd5dc4d6c7908e0a3426cd6cee7e8f13ab1ed71443abe153988dac08de927369818181 4SHA512 (R/robustbase_0.95-0.tar.gz) = fbb22db1a4a7363c928b9e6a8a450160bc53e7f996f2184af57c9c38d4877699d7cff31405caba97c886f8b61dd4ab677164ee3ccbcc1ea0360b268e836df800
5Size (R/robustbase_0.93-8.tar.gz) = 2334489 bytes 5Size (R/robustbase_0.95-0.tar.gz) = 2295699 bytes