2 Commits

Author SHA256 Message Date
Detlef Steuer
33d6f368fd - Upstream replaced the tar.xz file due to a packaging error
No other changes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=153
2025-10-31 22:01:35 +00:00
Detlef Steuer
c097550adb - CHANGES IN R 4.5.2:
UTILITIES:
    • R CMD check now handles archives with extension .tar or .tar.zstd
      (where zstd compression is supported by the R build).
  BUG FIXES:
    • t.test(c(1:3, Inf)) and similar no longer produce an error but
      return a (still not so useful) "htest" result, fixing PR#18901,
      thanks to Jesse Alderliesten.
    • attr(., "tsp") <- val now uses getOption("ts.eps") instead of
      hardwired 1e-5; consequently, ts(.., ts.eps=*) now passes ts.eps
      to the "tsp" setting C code; both fixing a long-standing ‘FIXME’.
    • insertSource() now ignores the internal .packageName object,
      avoiding a superfluous message.
    • In static HTML help, links to vignette files from the default
      doc/index.html page now also work for packages not installed in
      the default .Library, thanks to a report by Patrice Kiener.
    • fixInNamespace("<S3method>") failed to update the S3 methods
      table when the generic was not on the search path.
    • In plain-text help (Rd2txt), an initial newline from an Rd inline
      \eqn no longer breaks the paragraph.
    • hist(*, log = "x") now works without a warning, thanks to Martin
      Smith's PR#18921.
    • Subassigning "POSIXlt", i.e., <tdat>[i] <- val and <tdat>[[i]] <-
      val now rebalance as they should, thanks to Mikael Jagan's
      PR#18919.
    • <POSIXlt>[*] (re-)setting "balanced", fixing PR#18681 comment #7,
      thanks to Mikael Jagan.
    • All four of {col,row}{Sums,Means}(Z, na.rm=TRUE) now correctly
      work with complex Z where is.na(Re(Z)) differs from is.na(Im(Z)),
      fixing PR#18942, unearthed by Dirk Eddelbuettel.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=152
2025-10-31 13:30:31 +00:00