Re: [R] Include local files when running R remotely

2010-08-30 Thread Erik Shilts
Thanks for the response. I'm currently running ESS. I sent a message to the ESS listserv to see if anyone can help with that since I don't see how to do it in the Manual or Readme. Erik On Mon, Aug 30, 2010 at 2:04 PM, RICHARD M. HEIBERGER wrote: > Since you are already on emacs, try using ESS.

Re: [R] Include local files when running R remotely

2010-08-30 Thread RICHARD M. HEIBERGER
Since you are already on emacs, try using ESS. I am pretty sure we do that. http://ess.r-project.org Please follow up on the ESS mailing ess-h...@stat.math.ethz.ch Rich On Mon, Aug 30, 2010 at 12:48 PM, Barry Rowlingson wrote: > On Mon, Aug 30, 2010 at 5:29 PM, Erik Shilts wrote: >> I run R o

Re: [R] Include local files when running R remotely

2010-08-30 Thread Barry Rowlingson
On Mon, Aug 30, 2010 at 5:29 PM, Erik Shilts wrote: > I run R on a remote UNIX server where the data are stored that I ssh into > through Emacs, while I store my R scripts on local Windows network drives. > So far this arrangement hasn't been a problem, though now I'd like to use > source() or a s

[R] Include local files when running R remotely

2010-08-30 Thread Erik Shilts
I run R on a remote UNIX server where the data are stored that I ssh into through Emacs, while I store my R scripts on local Windows network drives. So far this arrangement hasn't been a problem, though now I'd like to use source() or a similar function to include other R scripts to get a better ha