summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2022-05-21 15:14:19 +0000
committermef <mef@pkgsrc.org>2022-05-21 15:14:19 +0000
commit35edfd0eb99e6b797644401d0e643b6403aab845 (patch)
treecdf41c9a1cd773598a75a5f9903ae32ac568ef75 /math
parentcdba61a17a9ea6f2f9f5b640d244cebdd62ee55e (diff)
downloadpkgsrc-35edfd0eb99e6b797644401d0e643b6403aab845.tar.gz
(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 (limited to 'math')
-rw-r--r--math/R-robustbase/Makefile4
-rw-r--r--math/R-robustbase/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/math/R-robustbase/Makefile b/math/R-robustbase/Makefile
index 47a8a75c2a8..a76d2d31232 100644
--- a/math/R-robustbase/Makefile
+++ b/math/R-robustbase/Makefile
@@ -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
COMMENT= Basic robust statistics
diff --git a/math/R-robustbase/distinfo b/math/R-robustbase/distinfo
index 186b5a40ff3..47e24f8c887 100644
--- a/math/R-robustbase/distinfo
+++ b/math/R-robustbase/distinfo
@@ -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