R -- An Environment for Statistical Analysis and Graphics

Edit Package R-base

This package covers R-base and R-base-devel containing the core of the programming language R for data analysis and graphics.
More information on www.r-project.org

Refresh
Refresh
Source Files
Filename Size Changed
R-4.3.1.tar.xz 0030632796 29.2 MB
R-base.changes 0000397629 388 KB
R-base.spec 0000062832 61.4 KB
macros.R 0000001386 1.35 KB
Revision 134 (latest revision is 142)
Detlef Steuer's avatar Detlef Steuer (dsteuer) committed (revision 134)
- CHANGES IN R 4.3.1:
  C-LEVEL FACILITIES:
    * The C-level API version of R's integrate(), Rdqags() in Applic.h,
      now returns the correct number of integrand evaluations neval,
      fixing PR#18515 reported and diagnosed by Stephen Wade.
    * The C prototypes for LAPACK calls dspgv and dtptrs in
      R_exts/Lapack.h had one too many and one too few character length
      arguments - but this has not caused any known issues. To get the
      corrected prototypes, include
              #include <Rconfig.h> // for PR18534fixed
              #ifdef PR18534fixed
              # define usePR18534fix 1
              #endif
              #include <R_exts/Lapack.h>
      
      in your C/C++ code (PR#18534).
  INSTALLATION:
    * Many of the checks of esoteric Internet operations and those
      using unreliable external sites have been moved to a new target
      that is not run by default and primarily intended for the core
      developers.  To run them use
              cd tests; make test-Internet-dev
      
  BUG FIXES:
    * .S3methods(), typically called from methods(), again marks
      methods from package base as visible.
      Also, the visibility of non-base methods is again determined by
      the method's presence in search().
    * tools::Rdiff() is now more robust against invalid strings, fixing
      installation tests on Windows without Rtools installed
Comments 0
openSUSE Build Service is sponsored by