R for Windows 4.5.0 freeware
R is an integrated suite of software facilities for data manipulation, calculation and graphical display.
R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible.
Give R for Windows a try to fully assess its capabilities ...
Author | R Development Core Team |
Released | 2025-04-11 |
Filesize | 84.70 MB |
Downloads | 1792 |
OS | Windows 11, Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows 10 32/64 bit, Windows Server 2012 R2, Windows Server 2012, Windows 2008 R2, Windows 2008 64 bit, Windows 8 32/64 bit, Windows 7 32/64 bit |
Installation | Instal And Uninstall |
Keywords | data manipulation, statistical computation, data analysis, statistics, computation, analysis, analyzer |
Users' rating (43 rating) |
R for Windows Free Download - we do not host any R for Windows torrent files or links of R for Windows on rapidshare.com, depositfiles.com, megaupload.com etc. All R for Windows download links are direct R for Windows download from publisher site or their selected mirrors.
4.5.0 | Apr 11, 2025 | New Release | NEW FEATURES: as.integer(rl) and hence as.raw(rl) now work for a list of raw(1) elements, as proposed by Michael Chirico's PR#18696. graphics' grid() gains optional argument nintLog. New functions check_package_urls() and check_package_dois() in package tools for checking URLs and DOIs in package sources. New head() and tail() methods for class "ts" time series, proposed by Spencer Graves on R-devel. New qr.influence() function, a “bare bones†interface to the lm.influence() leave-one-out diagnostics computations; wished for in PR#18739. Package citation() results auto-generated from the package metadata now also provide package DOIs for CRAN and Bioconductor packages. New function grepv() identical to grep() except for the default value = TRUE. methods(<pkg>:::<genfun>) now does report methods when neither the generic nor the methods have been exported. pdf() gains an author argument to set the corresponding metadata field, and logical arguments timestamp and producer to optionally omit the respective metadata. (Thanks to Edzer Pebesma.) grDevices::glyphInfo() gains a rot argument to allow per-glyph rotation. (Thanks to Daniel Sabanes Bove.) Package tools now exports functions CRAN_current_db(), CRAN_aliases_db(), CRAN_rdxrefs_db(), CRAN_archive_db(), and CRAN_authors_db(). Package tools now exports functions R() and parse_URI_reference(). Package tools now exports functions base_aliases_db() and base_rdxrefs_db(). It is now possible to set the background color for row and column names in the data editor on Windows (Rgui). Rterm on Windows now accepts input lines of unlimited length. file.info() on Windows now provides file owner name and domain. Sys.info() on Windows now provides current user domain. findInterval() gets new arguments checkSorted and checkNA which allow skipping relatively costly checks; related to PR#16567. pnorm(x) underflows more gracefully. get(nam, env) now signals a _classed_ error, "getMissingError&qu |
4.4.3 | Mar 7, 2025 | New Release | 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 Jagan. isGeneric(fdef = print) now works, fixing PR#18369 thanks to Mikael Jagan. 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(), thanks to Norbert Kuder's report on the R-devel list. 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), thanks to a report |
4.4.2 | Nov 1, 2024 | New Release | 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. BUG FIXES: 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. Thanks to Tomek Gieorgijewski (PR#18758). 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. |