I just installed MacOS version of R from the CRAN web site. Within the R GUI application, everything works fine. However, I'm unable to run it from terminal. Trying to trigger R
or Rscript
in terminal yields a message indicating that neither command exists.
Also I do not see corresponded scripts in /Applications/R.app/Contents/
.
How can I run R from terminal?
PS: I know brew installation will help. But I want this version of R from CRAN web site.