R (programming language): Difference between revisions

Content deleted Content added
Clarified captions for the images of R UIs
Clarified the descriptions of interface alternatives for R
Line 862:
|mode=packed}}
 
R comesis installed with a [[Command-line interface|command line console]] by default, but itthere isare notmultiple the only wayways to interface with R.this language:
 
* By [[Integrated development environment|integratedIntegrated development environment (IDE)]]:
** R.app<ref>{{Cite web |title=R for macOS |url=https://cran.r-project.org/bin/macosx/ |access-date=2024-09-05 |website=cran.r-project.org}}</ref> (OSX/[[macOS]] only)
** [[Rattle GUI]]
Line 871:
** [[RStudio]]
** Tinn-R<ref>{{Cite web |title=IDE/Editor para Linguagem R {{!}} Tinn-R - Home |url=https://tinn-r.org/en/ |access-date=2024-09-05 |website=Tinn-R |language=pt-br}}</ref>
* By general General-purpose IDEs:
** [[Eclipse (software)|Eclipse]] via the [https://marketplace.eclipse.org/content/statet-r/ StatET plugin]
** [[Microsoft Visual Studio|Visual Studio]] via [[R Tools for Visual Studio]].
* By [[Source-code editor|sourceSource-code editors]]:
** [[Emacs Speaks Statistics|Emacs]]
** [[Vim (text editor)|Vim]] via the [https://www.vim.org/scripts/script.php?script_id=2628 Nvim-R plugin]
Line 881:
** [[WinEdt]] ([https://cran.r-project.org/package=RWinEdt website])
** [[Jupyter]] ([https://docs.anaconda.com/anaconda/navigator/tutorials/r-lang/ website])
* By otherOther [[scripting language]]s:
** [[Python (programming language)|Python]] ([https://rpy2.github.io website])
** [[Perl]] ([https://metacpan.org/module/Statistics::R website])
Line 887:
** [[F Sharp (programming language)|F#]] ([https://bluemountaincapital.github.io/FSharpRProvider/ website])
** [[Julia (programming language)|Julia]] ([https://github.com/JuliaInterop/RCall.jl source code]).
* By general General-purpose programming languages:
** [[Java (programming language)|Java]] via the [https://cran.r-project.org/web/packages/Rserve/index.html Rserve socket server]
** [[C Sharp (programming language)|.NET C#]] ([https://rdotnet.github.io/rdotnet/ website])
 
Statistical frameworks whichthat use R in the background include [[Jamovi]] and [[JASP]].{{fact|date=March 2025}}
 
== Implementations ==