Ain't that a pretty logo?
Titanic after nearly colliding with the SS City of New York and Oceanic
Large RStudio Icon
Interactive programming is EASIER
## Simple addition!
1+1
## Hasn't changed(yet)!
sqrt(9)
## We can pass values to functions and get results
sqrt(1+5+6-3)
## What is the value of:
## (1+2)*(1+1+1) ?
## Hint: The "#" is the comment character!
Currently, RStudio is the most popular IDE for R although tools like Statet (Eclipse) and ESS (Emacs) are also in the running for most awesome. Microsoft is integrating R into Visual Studio and Visual Code Editor. More competition is a good thing.