[R-SIG-Mac] look for difference b/w files

2005-12-30 Thread Hai Lin
Dear R-Mac, I am using Mac OX 10.3 and I have Emacs+ESS installed. I try to find difference b/w two script files. I appreciate it if you could kindly tell me how do I achieve it, either by some kind of Mac applications or command in R. I did see someone running a statement on Unix.

[R-SIG-Mac] please recommend an editor (Hai Lin)

2005-12-30 Thread Tilo Blenk
For the BBEdit/TextWrangler users. If you do not use it already, you may find the following Applescript helpful: set selectedText to selection as string tell application "R" activate cmd selectedText end tell It is very basic but it works. If you write some R code in BBEdit you

Re: [R-SIG-Mac] look for difference b/w files

2005-12-30 Thread Duncan Temple Lang
Use the application diff from the shell diff -c file1.R file2.R D. Hai Lin wrote: > Dear R-Mac, > > I am using Mac OX 10.3 and I have Emacs+ESS installed. > > I try to find difference b/w two script files. I appreciate it if you > could kindly tell me how do I achieve it, either

Re: [R-SIG-Mac] look for difference b/w files

2005-12-30 Thread Sean Davis
On 12/30/05 3:29 AM, "Duncan Temple Lang" <[EMAIL PROTECTED]> wrote: > Use the application diff from the shell > > diff -c file1.R file2.R > > D. > > > Hai Lin wrote: >> Dear R-Mac, >> >> I am using Mac OX 10.3 and I have Emacs+ESS installed. >> >> I try to find difference b/w

Re: [R-SIG-Mac] look for difference b/w files

2005-12-30 Thread Seth Falcon
On 29 Dec 2005, [EMAIL PROTECTED] wrote: > I try to find difference b/w two script files. I appreciate it if > you could kindly tell me how do I achieve it, either by some kind of > Mac applications or command in R. I did see someone running a > statement on Unix. Since you are using Emacs already

Re: [R-SIG-Mac] look for difference b/w files

2005-12-30 Thread Simon Urbanek
Kevin, On Dec 29, 2005, at 3:45 PM, Hai Lin wrote: > I am using Mac OX 10.3 and I have Emacs+ESS installed. > > I try to find difference b/w two script files. I appreciate it if > you could kindly tell me how do I achieve it, either by some kind > of Mac applications or command in R. I