SHA256
1
0
forked from pool/R-base
This branch is 70 commits behind pool/R-base:factory
Detlef Steuer 706df3104e - CHANGES IN R 4.4.1:
C-LEVEL FACILITIES:
    * Functions R_atof and R_strtod declared in header R_ext/Utils.h
      are now documented in 'Writing R Extensions' and so formally part
      of the API.
    * The non-API entry points Rf_setSVector, Rf_StringFalse,
      Rf_StringTrue and Rf_isBlankString have been added to those
      reported by R CMD check.
    * The new function Rf_allocLang is now available. This provides an
      alternative to the idiom of calling Rf_allocList followed by
      SET_TYPEOF.
  UTILITIES:
    * R CMD check now reports as warnings what gfortran calls 'Fortran
      2018 deleted features', all of which have long been marked as
      'obsolescent' and some of which were deleted in Fortran 2008 or
      earlier.  Fortran compilers are no longer required to support
      these.
  BUG FIXES:
    * as.numeric(), scan(), type.convert() and other places which use
      the internal C function R_strtod now require a _non-empty_ digit
      sequence in a decimal or binary exponent.  This aligns with the
      C/POSIX standard for strtod and with ?NumericConstants.
    * as.data.frame(m, make.names=NA) now works correctly for a matrix
      m with NA's in row names.
    * The error message from <POSIXlt>[["hour"]] and similar now
      mentions *[[, "hour"]], as wished for in PR#17409 and proposed by
      Michael Chirico.
    * qbinom() and potentially qpois(), qnbinom(), no longer sometimes
      fail accurate inversion (of pbinom(), etc), thanks to Christopher
      Chang's report and patch in PR#18711.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=142
2024-06-14 08:22:07 +00:00
2024-06-14 08:22:07 +00:00
2024-06-14 08:22:07 +00:00
2024-06-14 08:22:07 +00:00
Description
No description provided
539 KiB
Languages
R 100%