Thu Jun 8 23:06:14 2023 UTC ()
(math/R-robustbase) Updated 0.95.0 to 0.95.1

CHANGES in robustbase VERSION 0.95-1 (2023-03-28, svn r903):

  BUG FIXES:

         * Fixed 'covMcd()': 'raw.only=TRUE' does not work in the case
           'nsamp="deterministic"'

  NEW FEATURES:

         * New 'lmc()' and 'rmc()' for robust tail weight ("robust
           kurtosis").

  Misc:

         * Our 'tests/*.R' no longer rely on the 'Matrix'
           'test-tools.R' collection but rather use our much smaller
           own one in 'xtraR/test-tools.R'.

         * fixed '\' escape in 'man/aircraft.Rd'.

         * initialize equed in 'src/lmrob.c' to avoid false positive
           compiler warning.

         * document "internal" '.regularize.Mpsi()'.

         * replace '()' by '(void)' arguments for 'F77_SUB(println)'.


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

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

--- pkgsrc/math/R-robustbase/Makefile 2022/05/21 15:14:19 1.3
+++ pkgsrc/math/R-robustbase/Makefile 2023/06/08 23:06:14 1.4
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.3 2022/05/21 15:14:19 mef Exp $ 1# $NetBSD: Makefile,v 1.4 2023/06/08 23:06:14 mef Exp $
2 2
3R_PKGNAME= robustbase 3R_PKGNAME= robustbase
4R_PKGVER= 0.95-0 4R_PKGVER= 0.95-1
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.5 -r1.6 pkgsrc/math/R-robustbase/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-robustbase/distinfo 2022/05/21 15:14:19 1.5
+++ pkgsrc/math/R-robustbase/distinfo 2023/06/08 23:06:14 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2022/05/21 15:14:19 mef Exp $ 1$NetBSD: distinfo,v 1.6 2023/06/08 23:06:14 mef Exp $
2 2
3BLAKE2s (R/robustbase_0.95-0.tar.gz) = 7cf9ae6f227087d6ce13e8c38a5f01a224d99805c8b1fd062fd6562797637b39 3BLAKE2s (R/robustbase_0.95-1.tar.gz) = 60103af124c3e8270a7d8a9de9db35775a92048b224e24fcdc56eca7150c0507
4SHA512 (R/robustbase_0.95-0.tar.gz) = fbb22db1a4a7363c928b9e6a8a450160bc53e7f996f2184af57c9c38d4877699d7cff31405caba97c886f8b61dd4ab677164ee3ccbcc1ea0360b268e836df800 4SHA512 (R/robustbase_0.95-1.tar.gz) = 18e855f6cb7c08b9c1417df0b610f0d0029093d756f5bb6a472d94788651e4b450f6e4f000e02f0e029c6f4e5d23519368783c4c0b21f8e50ca33444113c4dc3
5Size (R/robustbase_0.95-0.tar.gz) = 2295699 bytes 5Size (R/robustbase_0.95-1.tar.gz) = 2280387 bytes