Jump to content

Portal:Free and open-source software/Selected article

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Northamerica1000 (talk | contribs) at 05:41, 20 August 2019 (Portal updated / further expanded with a new selection - Added a GA-class article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

R is a programming language for statistical computing and data visualization. It has been widely adopted in the fields of data mining, bioinformatics, data analysis, and data science.

The core R language is extended by a large number of software packages, which contain reusable code, documentation, and sample data. Some of the most popular R packages are in the tidyverse collection, which enhances functionality for visualizing, transforming, and modelling data, as well as improves the ease of programming (according to the authors and users).

R is free and open-source software distributed under the GNU General Public License. The language is implemented primarily in C, Fortran, and R itself. Precompiled executables are available for the major operating systems (including Linux, MacOS, and Microsoft Windows). (Full article...)