R

Statistical computing and graphics language

Overview

R is a language and environment for statistical computing and graphics. It's widely used by statisticians, data scientists, and researchers for data analysis and visualization.

Language Aliases

Supported Aliases
run r "print('Hello')"
run rscript "print('Hello')"
run cran "print('Hello')"
Output
[1] "Hello"
[1] "Hello"
[1] "Hello"

REPL Behavior

R's REPL is STATEFUL - variables and functions persist across commands.