r

Statistical computing environment and programming language

brewmacoslinux
Try with needOr install directly
Source

About

Software environment for statistical computing

Commands

RRscript

Examples

Start interactive R session$ R
Execute R script from command line$ Rscript script.R
Run R command directly$ R --slave -e 'print(mean(c(1,2,3)))'
Check R version$ R --version