Differences between revisions 6 and 11 (spanning 5 versions)
Revision 6 as of 2023-06-15 13:58:10
Size: 882
Comment:
Revision 11 as of 2025-03-20 13:30:10
Size: 1068
Comment: Link
Deletions are marked like this. Additions are marked like this.
Line 36: Line 36:
 * [[R/Caret|caret]]
Line 37: Line 38:
 * [[R/Dt|DT]]
Line 39: Line 41:
 * [[R/OlsRr|olsrr]]
 * [[R/Readr|readr]]
 * [[R/Shiny|Shiny]]
 * [[R/ShinyWidgets|shinyWidgets]]
Line 41: Line 47:
 * [[R/Tibble|tibble]]
Line 42: Line 49:
 * [[R/TidyVerse|tidyverse]]  * [[R/Tidyr|tidyr]]
 * [[R/Tidyv
erse|Tidyverse]]

R

The R programming language is an interpreted statistical programming language.

On most platforms, the interpreter is called by R(1). On others, RStudio is almost a necessity.


Installation

Most Linux and BSD distributions will offer an r package.

For any platform, but especially for Windows, consider using RStudio.


Tool Chain

Language

Packages

Configuration


See also


CategoryRicottone

R (last edited 2025-04-03 21:09:20 by DominicRicottone)