gferraz wrote:
> Hi
> 
> How can I see if R is in my path?
> 
> Everything was working fine with Carbon Emacs, ESS, and R on my old
> computer. I got a new machine, transfered everything from the old one
> to the new one using setup assistant, and now R won't start.
> CarbonEmacs seems to work fine but when I enter the command:
> M-x R
 > and press enter to confirm that I want to use ~/ as the starting data
 > directory,
 > I get the following message:
 > Searching for program: no such file or directory, R

When you say you transferred everything from the old machine to the new 
machine, did you just copy the files over?  Some packages such as R 
actually run an installer that takes care of additional tasks such as 
creating the alias /usr/bin/R that points to where R actually gets 
installed

lrwxr-xr-x   1 root  wheel  47 Apr 30 16:50 /usr/bin/R@ -> 
/Library/Frameworks/R.framework/Resources/bin/R

If you have not already done so, then I would install R this way.

As for the generic question of what's in my path, just type

echo $PATH

at the prompt and it will tell you what directories it will look in order.



--~--~---------~--~----~------------~-------~--~----~
"Carbon Emacs" group mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/carbon-emacs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to