Hello community, here is the log from the commit of package R-base for openSUSE:Factory checked in at 2020-06-07 21:37:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/R-base (Old) and /work/SRC/openSUSE:Factory/.R-base.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "R-base" Sun Jun 7 21:37:20 2020 rev:74 rq:812058 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/R-base/R-base.changes 2020-04-25 20:35:31.698913370 +0200 +++ /work/SRC/openSUSE:Factory/.R-base.new.3606/R-base.changes 2020-06-07 21:37:58.249384004 +0200 @@ -1,0 +2,52 @@ +Sat Jun 6 10:33:50 UTC 2020 - Detlef Steuer <[email protected]> + +- CHANGES IN R 4.0.1: + + NEW FEATURES: + + * paste() and paste0() gain a new optional argument recycle0. When + set to true, zero-length arguments are recycled leading to + character(0) after the sep-concatenation, i.e., to the empty + string "" if collapse is a string and to the zero-length value + character(0) when collapse = NULL. + + A package whose code uses this should depend on R (>= 4.0.1). + + * The summary(<warnings>) method now maps the counts correctly to + the warning messages. + + BUG FIXES: + + * aov(frml, ...) now also works where the formula deparses to more + than 500 characters, thanks to a report and patch proposal by Jan + Hauffa. + + * Fix a dozen places (code, examples) as Sys.setlocale() returns + the new rather than the previous setting. + + * Fix for adding two complex grid units via sum(). Thanks to Gu + Zuguang for the report and Thomas Lin Pedersen for the patch. + + * Fix parallel::mclapply(..., mc.preschedule=FALSE) to handle raw + vector results correctly. PR#17779 + + * Computing the base value, i.e., 2, "everywhere", now uses + FLT_RADIX, as the original machar code looped indefinitely on the + ppc64 architecture for the longdouble case. + + * In R 4.0.0, sort.list(x) when is.object(x) was true, e.g., for x + <- I(letters), was accidentally using method = "radix". + Consequently, e.g., merge(<data.frame>) was much slower than + previously; reported in PR#17794. + + * plot(y ~ x, ylab = quote(y[i])) now works, as e.g., for xlab; + related to PR#10525. + + * parallel::detect.cores(all.tests = TRUE) tries a matching OS name + before the other tests (which were intended only for unknown + OSes). + + * Parse data for raw strings is now recorded correctly. Reported by + Gabor Csardi. + +------------------------------------------------------------------- Old: ---- R-4.0.0.tar.bz2 New: ---- R-4.0.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ R-base.spec ++++++ --- /var/tmp/diff_new_pack.vq8d6q/_old 2020-06-07 21:37:59.085386654 +0200 +++ /var/tmp/diff_new_pack.vq8d6q/_new 2020-06-07 21:37:59.089386666 +0200 @@ -25,7 +25,7 @@ %define release 1 Name: R-base -Version: 4.0.0 +Version: 4.0.1 Release: %release %define Rversion %{version} Source0: R-%{version}.tar.bz2 @@ -1078,7 +1078,7 @@ %package -n R-boot Summary: Package provides recommended R-boot -Version: 1.3.24 +Version: 1.3.25 Release: %release Requires: R-base @@ -1102,6 +1102,7 @@ %lang(de) %{_libdir}/R/library/boot/po/de/ %lang(en) %{_libdir}/R/library/boot/po/en*/ %lang(fr) %{_libdir}/R/library/boot/po/fr/ +%lang(fr) %{_libdir}/R/library/boot/po/it/ %lang(ko) %{_libdir}/R/library/boot/po/ko/ %lang(pl) %{_libdir}/R/library/boot/po/pl/ %lang(ru) %{_libdir}/R/library/boot/po/ru/ @@ -1109,7 +1110,7 @@ %package -n R-class Summary: Package provides recommended R-class -Version: 7.3.16 +Version: 7.3.17 Release: %release Requires: R-base @@ -1194,7 +1195,7 @@ %package -n R-foreign Summary: Package provides recommended R-foreign -Version: 0.8.78 +Version: 0.8.80 Release: %release Requires: R-base @@ -1218,12 +1219,13 @@ %lang(de) %{_libdir}/R/library/foreign/po/de/ %lang(en) %{_libdir}/R/library/foreign/po/en*/ %lang(fr) %{_libdir}/R/library/foreign/po/fr/ +%lang(fr) %{_libdir}/R/library/foreign/po/it/ %lang(pl) %{_libdir}/R/library/foreign/po/pl/ %{_libdir}/R/library/foreign/R/ %package -n R-KernSmooth Summary: Package provides recommended R-KernSmooth -Version: 2.23.16 +Version: 2.23.17 Release: %release Requires: R-base @@ -1245,6 +1247,7 @@ %lang(de) %{_libdir}/R/library/KernSmooth/po/de/ %lang(en) %{_libdir}/R/library/KernSmooth/po/en*/ %lang(fr) %{_libdir}/R/library/KernSmooth/po/fr/ +%lang(fr) %{_libdir}/R/library/KernSmooth/po/it/ %lang(pl) %{_libdir}/R/library/KernSmooth/po/pl/ %lang(ko) %{_libdir}/R/library/KernSmooth/po/ko/ %{_libdir}/R/library/KernSmooth/R/ @@ -1283,7 +1286,7 @@ %package -n R-MASS Summary: Package provides recommended R-MASS -Version: 7.3.51 +Version: 7.3.51.6 Release: %release Requires: R-base @@ -1308,6 +1311,7 @@ %lang(de) %{_libdir}/R/library/MASS/po/de/ %lang(en) %{_libdir}/R/library/MASS/po/en*/ %lang(fr) %{_libdir}/R/library/MASS/po/fr/ +%lang(fr) %{_libdir}/R/library/MASS/po/it/ %lang(ko) %{_libdir}/R/library/MASS/po/ko/ %lang(pl) %{_libdir}/R/library/MASS/po/pl/ %{_libdir}/R/library/MASS/R/ @@ -1401,7 +1405,7 @@ %package -n R-nlme Summary: Package provides recommended R-nlme -Version: 3.1.147 +Version: 3.1.148 Release: %release Requires: R-base @@ -1434,7 +1438,7 @@ %package -n R-nnet Summary: Package provides recommended R-nnet -Version: 7.3.13 +Version: 7.3.14 Release: %release Requires: R-base @@ -1458,6 +1462,7 @@ %lang(de) %{_libdir}/R/library/nnet/po/de/ %lang(en) %{_libdir}/R/library/nnet/po/en*/ %lang(fr) %{_libdir}/R/library/nnet/po/fr/ +%lang(fr) %{_libdir}/R/library/nnet/po/it/ %lang(ko) %{_libdir}/R/library/nnet/po/ko/ %lang(pl) %{_libdir}/R/library/nnet/po/pl/ %{_libdir}/R/library/nnet/R/ @@ -1496,7 +1501,7 @@ %package -n R-spatial Summary: Package provides recommended R-spatial -Version: 7.3.11 +Version: 7.3.12 Release: %release Requires: R-base @@ -1520,6 +1525,7 @@ %lang(de) %{_libdir}/R/library/spatial/po/de/ %lang(en) %{_libdir}/R/library/spatial/po/en*/ %lang(fr) %{_libdir}/R/library/spatial/po/fr/ +%lang(fr) %{_libdir}/R/library/spatial/po/it/ %lang(ko) %{_libdir}/R/library/spatial/po/ko/ %lang(pl) %{_libdir}/R/library/spatial/po/pl/ %{_libdir}/R/library/spatial/ppdata/ ++++++ R-4.0.0.tar.bz2 -> R-4.0.1.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/R-base/R-4.0.0.tar.bz2 /work/SRC/openSUSE:Factory/.R-base.new.3606/R-4.0.1.tar.bz2 differ: char 11, line 1
