On 09-12-2012, at 20:36, DIMITRIS KARAKOSTIS wrote:

> 
> 
> 
> Dear all,
> I have a very simple question. I am trying to find where islocated the 
> rscript in mac os x. The r is installed in the applications folderbut I can 
> not find the rscript.

Which R do you mean? R.app?

There is also a commandline R.

Open Terminal and type

which Rscript

and 

which R

to locate the commandline versions assuming PATH is set correctly.
But: Rscript and R are symbolic links to 
/Library/Frameworks/R.framework/Resources/bin/Rscript and 
/Library/Frameworks/R.framework/Resources/bin/R respectively. 

Berend

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to