Package R-base: Information

    Source package: R-base
    Version: 4.5.0-alt0.port
    Build time:  Jun 20, 2025, 11:20 AM
    Report package bug
    License: GPLv2
    Summary: A language for data analysis and graphics
    Description: 
    R is 'GNU S' - A language and environment for statistical computing
    and graphics. R is similar to the award-winning S system, which was
    developed at Bell Laboratories by John Chambers et al. It provides a
    wide variety of statistical and graphical techniques (linear and
    nonlinear modelling, statistical tests, time series analysis,
    classification, clustering, ...).
    
    R is designed as a true computer language with control-flow
    constructions for iteration and alternation, and it allows users to
    add additional functionality by defining new functions. For
    computationally intensive tasks, C, C++ and Fortran code can be
    linked and called at run time.
    
    S is the statistician's Matlab and R is to S what Octave is to Matlab.

    List of RPM packages built from this SRPM:
    R-base (loongarch64)
    R-base-debuginfo (loongarch64)
    R-devel (loongarch64)
    R-doc-html (loongarch64)
    R-doc-info (loongarch64)
    R-doc-pdf (loongarch64)
    R-full (loongarch64)
    R-tcltk (loongarch64)
    R-tcltk-debuginfo (loongarch64)

    Maintainer: Ivan A. Melnikov


      1. makeinfo
      2. libgomp-devel
      3. bzlib-devel
      4. libicu-devel
      5. libjpeg-devel
      6. liblapack-devel
      7. liblzma-devel
      8. gcc-c++
      9. gcc-fortran
      10. libXmu-devel
      11. ghostscript-common
      12. libopenblas-devel
      13. libpango-devel
      14. libpcre2-devel
      15. java-headless
      16. tex-common
      17. texi2dvi
      18. texlive
      19. texlive-collection-basic
      20. texlive-dist
      21. tk-devel
      22. libcurl-devel
      23. libreadline-devel
      24. libtiff-devel
      25. libtre-devel

    Last changed


    June 20, 2025 Ivan A. Melnikov 4.5.0-alt0.port
    - NMU: fix FTBFS on loongarch64
      + export LANG to make tests more reproducible;
      + don't run check-recommended on loongarch64 and riscv64.
    April 25, 2025 Constantin Sunzow 4.5.0-alt1
    - Security fix: CVE-2024-27322.
    - New version (closes: 49021, 48401, 51756, 51757, 53315).
    Dec. 19, 2023 Michael Shigorin 4.2.2-alt2
    - E2K: openmp-related ftbfs workaround (ilyakurdyukov@)