MacOS – IDE for R in OSX

developmentmacosrsoftware-recommendation

I am trying to find some editor/IDE for R in OSX.
I am using currently TextMate but not probably the good choice.

How can you type R in some good editor/IDE?

Best Answer

You can easily install rstudio by typing the following:

brew cask install rstudio

To be able to install it, you need homebrew installed and homebrew cask.

To install homebrew type:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

To enable homebrew cask type:

brew install caskroom/cask/brew-cask