Free software environment for statistical computing and graphics

R for Windows

R for Windows 4.4.2

  -  82.25 MB  -  Open Source
  • Latest Version

    R for Windows 4.4.3

  • Operating System

    Windows 7 / Windows 7 64 / Windows 8 / Windows 8 64 / Windows 10 / Windows 10 64 / Windows 11

  • User Rating

    Click to vote
  • Author / Product

    The R Foundation / External Link

  • Filename

    R-4.4.2-win.exe

  • MD5 Checksum

    825c9a1098481da1fe636207148a23a4

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of R for Windows 4.4.2.


For those interested in downloading the most recent release of R for Windows or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • R for Windows 4.4.2 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    R for Windows 4.4.2 Screenshot 1

What's new in this version:

C-LEVEL FACILITIES:
- The S-compatibility macros F77_COM and F77_COMDECL defined in header R_ext/RS.h are deprecated and will be removed shortly. We could find no record of their use.

Fixed:
- Mathlib function lgammacor(x) no longer warns about underflow to zero for large x
- Text widths and heights were incorrectly reported by the Quartz device if the drawing context didn't exist yet (typically when drawing off-screen to a window that is yet to appear, see PR#18591)
- The Quartz device could segfault in cases where paths with spaces are used in the new glyph drawing API
- On macOS in R CRAN builds, it is again possible to rea little-endian UTF-16 text with a BOM from a connection using encoding="UTF-16". Users building R from source should avoid using the system libiconv in macOS 14.1 and later. methods' internal .requirePackage() now re-enables primitive method dispatch when needed; thanks to Ivan Krylov for demystifying CRAN package check failures on the R-devel mailing list.