Free software environment for statistical computing and graphics

R for Windows

R for Windows 4.4.3

  -  84.23 MB  -  Open Source
  • Latest Version

    R for Windows 4.5.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.3-win.exe

  • MD5 Checksum

    9d4c2e6905ce781e0510e1840342ba95

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.3.


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!

Why is this app published on FileHorse? (More info)
  • R for Windows 4.4.3 Screenshots

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

    R for Windows 4.4.3 Screenshot 1

What's new in this version:

- kappa(A, exact=TRUE) for singular A returns Inf more generally
- Fixed URLs of the sun spots (sunspot.month etc) data sets and mention future changes due to recalibration
- The parser now accepts hexadecimal constants with a decimal point without an exponent (taken as p0) as documented in ?NumericConstants
- rbind() now works correctly when inputs include a raw vector and a logical, integer or double vector - previously the inclusion of the latter was garbled
- smooth.spline() checks validity of its arguments df.offset and penalty: it could segfault if they were NULL
- isGeneric(<primitive>, fdef=*, getName=TRUE) now also returns the name instead of just TRUE
- isGeneric(fdef = print) now works, fixing PR#18369
- sort(x, method = "qsort") made illegal accesses when x has length 0.
- dir.create() is protected against being passed an empty string as its path argument
- Silent integer overflow could occur in the 'exact' computations for fisher.test() for unrealistic inputs: this is now an error
- Some invalid C-level memory accesses are avoided for loglin(,margin = NULL)
- loglin(, param = TRUE) no longer gives an error in corner cases such as a one-dimensional input
- dev.capabilities() $ events now reports "Idle" if the device provides it
- arima(.., seasonal = <wrong-vector>) correctly errors now, ditto for arima0()
- binomial(<link>)$linkinv(eta) and .. $mu.eta(eta) now also work for "logit" link when is.integer(eta).
- as.roman(x) now should work platform independently, also for, e.g., x = "IIIII" (= V) and x = "IIIIII" (= VI).
- R CMD Rd2pdf works again on an installed package directory containing LaTeX help (from option -latex)