I'm trying to install R using Homebrew. I ran these commands which are recommended elsewhere on SO:
brew tap homebrew/science
brew install R
For
brew tap homebrew/science
, I'm receiving this error:
Error: Already tapped!
For the second command, I receive this:
Error: No available formula for r
Any recommendations?