Received: by mail.netbsd.org (Postfix, from userid 605) id 75C6D84F4A; Sat, 21 May 2022 15:13:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC88484F11 for ; Sat, 21 May 2022 15:13:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9JlH83Y-sysH for ; Sat, 21 May 2022 15:13:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 09B4984E66 for ; Sat, 21 May 2022 15:13:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 307E8FAEB; Sat, 21 May 2022 15:14:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1653146059244820" MIME-Version: 1.0 Date: Sat, 21 May 2022 15:14:19 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-robustbase To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20220521151419.307E8FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1653146059244820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat May 21 15:14:19 UTC 2022 Modified Files: pkgsrc/math/R-robustbase: Makefile distinfo Log Message: (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 , 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 . 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. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/R-robustbase/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-robustbase/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1653146059244820 Content-Disposition: inline Content-Length: 1569 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-robustbase/Makefile diff -u pkgsrc/math/R-robustbase/Makefile:1.2 pkgsrc/math/R-robustbase/Makefile:1.3 --- pkgsrc/math/R-robustbase/Makefile:1.2 Mon Sep 20 00:10:53 2021 +++ pkgsrc/math/R-robustbase/Makefile Sat May 21 15:14:19 2022 @@ -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 Index: pkgsrc/math/R-robustbase/distinfo diff -u pkgsrc/math/R-robustbase/distinfo:1.4 pkgsrc/math/R-robustbase/distinfo:1.5 --- pkgsrc/math/R-robustbase/distinfo:1.4 Tue Oct 26 10:55:32 2021 +++ pkgsrc/math/R-robustbase/distinfo Sat May 21 15:14:19 2022 @@ -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 --_----------=_1653146059244820--