I installed R from official cran website and i can run R from the Rstudio but when i try to use R from the terminal, I get the following results:
(base) ege@Eges-MBP ~ % R
zsh: command not found: R
(base) ege@Eges-MBP ~ % RScript
zsh: command not found: RScript
How can i enable the command R and run RScript from terminal on my mac?