pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-robustbase
Module Name: pkgsrc
Committed By: mef
Date: Sat Nov 16 13:19:00 UTC 2024
Modified Files:
pkgsrc/math/R-robustbase: Makefile distinfo
Log Message:
(math/R-robustbase) Updated 0.99.0 to 0.99.4.1
CHANGES in robustbase VERSION 0.99-4-1 (2024-09-25, svn 1006):
Misc:
* small changes in 'tests/lmrob-psifns.R' and '*.Rout.save',
notably avoiding small diffs on "M1mac" and "noLD"
('--disable-long-double').
CHANGES in robustbase VERSION 0.99-4 (2024-08-19, svn 1002):
NEW FEATURES:
* 'lmrob.fit()' gets new option 'bare.only' for some speed up,
in case a relatively "bare" result is sufficient.
Misc:
* fix another LaTeX no more wanting math in section titles
(same problem as 0.99-3), now for 'lmrob_simulation.Rnw'.
Now also use \texorpdfstring inside \title{} of
'psi_functions.Rnw' _and_ use newtheorem{..} _after_
\hypersetup{...} (thanks to Kurt).
* avoid some 'ggplot2' warnings (about omitting obs.)
* do not warn about skipping equilibration for p=1.
* define 'STRICT_R_HEADERS' now (src/*.[ch]).
CHANGES in robustbase VERSION 0.99-3 (2024-07-01, svn r992):
Misc:
* Again adapt '../vignettes/lmrob_simulation.Rnw' to 'ggplot2'
changes (' s/ fun.y / fun / ').
* 'tests/subsample.R' now shows "Matrix" info (as that gave
confusing error during Matrix / R-devel changes).
* Latest LaTeX does not like math in \section{.}; hence
replacing \psi by \texorpdfstring{$\psi$}{psi}.
CHANGES in robustbase VERSION 0.99-2 (2024-01-27, svn r989):
BUG FIXES:
* fix thinko bug introduced exact fit checking in 0.99-0;
thanks to the report by Thomas Mang.
CHANGES in robustbase VERSION 0.99-1 (2023-11-28, svn r988):
Misc:
* document the '...' argument(s) of 'nlrob.control()'.
* 'DESCRIPTION': more URLSs.
* '*.Rd' tweaks; avoiding other NOTEs.
* 'src/lmrob.c,mc.c,monitor.c': format %lld etc
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/R-robustbase/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/R-robustbase/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/R-robustbase/Makefile
diff -u pkgsrc/math/R-robustbase/Makefile:1.5 pkgsrc/math/R-robustbase/Makefile:1.6
--- pkgsrc/math/R-robustbase/Makefile:1.5 Fri Aug 11 05:23:11 2023
+++ pkgsrc/math/R-robustbase/Makefile Sat Nov 16 13:19:00 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2023/08/11 05:23:11 mef Exp $
+# $NetBSD: Makefile,v 1.6 2024/11/16 13:19:00 mef Exp $
R_PKGNAME= robustbase
-R_PKGVER= 0.99-0
+R_PKGVER= 0.99-4-1
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Basic robust statistics
@@ -13,8 +13,10 @@ DEPENDS+= R-DEoptimR>=1.0.8:../../math/R
# 'robust', 'fit.models', 'MPV', 'GGally', 'sfsmisc', 'catdata',
# 'doParallel', 'skewt'
-TEST_DEPENDS+= R-foreach -[0-9]*:../../devel/R-foreach
+TEST_DEPENDS+= R-foreach-[0-9]*:../../devel/R-foreach
+TEST_DEPENDS+= R-Hmisc-[0-9]*:../../misc/R-Hmisc
TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
+TEST_DEPENDS+= R-quantreg-[0-9]*:../../math/R-quantreg
TEST_DEPENDS+= R-xtable-[0-9]*:../../math/R-xtable
# Packages which this enhances but not available for checking:
Index: pkgsrc/math/R-robustbase/distinfo
diff -u pkgsrc/math/R-robustbase/distinfo:1.7 pkgsrc/math/R-robustbase/distinfo:1.8
--- pkgsrc/math/R-robustbase/distinfo:1.7 Fri Aug 11 05:23:11 2023
+++ pkgsrc/math/R-robustbase/distinfo Sat Nov 16 13:19:00 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/08/11 05:23:11 mef Exp $
+$NetBSD: distinfo,v 1.8 2024/11/16 13:19:00 mef Exp $
-BLAKE2s (R/robustbase_0.99-0.tar.gz) = fbdfc23f4b020e62c7ac3d2d1a08f45b46254ef815124bf93c19ced112feed5c
-SHA512 (R/robustbase_0.99-0.tar.gz) = a272e497ca7c2f7ebcd13fbb0bf77a7ce47f13e7d80e75704b8c7bf55e97b9e868c355b0ae7998ad930573eb96e066f8fe7812d16b312c5e59e5e04bca5a76b3
-Size (R/robustbase_0.99-0.tar.gz) = 2291216 bytes
+BLAKE2s (R/robustbase_0.99-4-1.tar.gz) = d8a1da7905bb5b2b3b7afc951455486ab96d87a00dc86836cfb462f7c1a751fd
+SHA512 (R/robustbase_0.99-4-1.tar.gz) = 2936ad3c3ace38ed724835f8cf66a1180b4cbb79b94ea7bb3fe961f94d4ad4a8f0f1d68485827bdd2bb37259691c1c370736505622dd72eb8edc1d7682753e16
+Size (R/robustbase_0.99-4-1.tar.gz) = 2289218 bytes
Home |
Main Index |
Thread Index |
Old Index