R (programming language): Difference between revisions

Content deleted Content added
Made the third paragraph more friendly for a non-technical audience (as requested) by (1) clarifying the existing language and (2) giving examples of the OSs for which R is available.
Made the fourth paragraph friendlier for a non-technical audience (as requested) by (1) clarifying the existing language and (2) adding the term 'application', which is more familiar to most people than the term 'graphical user interface'.
Line 56:
R software is [[Open source|open-source]] and [[free software]]. The language is a [[GNU Project]] and is distributed under the [[GNU General Public License]].<ref name="gnugpl">{{Cite web |title=R - Free Software Directory |url=https://directory.fsf.org/wiki/R#tab=Details |access-date=2024-01-26 |website=directory.fsf.org}}</ref><ref>{{Cite web |title=R: What is R? |url=https://www.r-project.org/about.html |access-date=2025-05-10 |website=www.r-project.org}}</ref> R is implemented primarily in [[C (programming language)|C]], [[Fortran]], and [[Self-hosting (compilers)|R itself]]. [[Preprocessor|Precompiled]] [[executable]]s are available for the major [[operating system]]s (including [[Linux]], [[MacOS]], and [[Microsoft Windows]]).
 
As an [[interpreted language]], R has a native [[command line interface]]. MoreoverIn addition, multiple [[Third-party software component|third-party]] applications are available as [[graphical user interface]]s are available,; such asapplications include [[RStudio]] (an [[integrated development environment]]) and [[Jupyter]] (a [[notebook interface]]).
 
== History ==