Re: [R] batch file output

2010-12-28 Thread Joshua Wiley
On Tue, Dec 28, 2010 at 5:09 AM, Mikkel Grum wrote: > I run a batch file with the following command in Windows XP: > > C:\R\R-2.12.1\bin\Rterm.exe --no-save --no-restore > C:\users\me\file.out 2>&1 I'm a bit surprised this worked for you...did you customize your build so that Rterm.exe is in \b

Re: [R] batch file output

2010-12-28 Thread David Winsemius
/10, David Winsemius wrote: From: David Winsemius Subject: Re: [R] batch file output To: "David Winsemius" Cc: "Mikkel Grum" , r-help@r-project.org Date: Tuesday, December 28, 2010, 8:30 AM On Dec 28, 2010, at 8:27 AM, David Winsemius wrote: On Dec 28, 2010, at 8:09 AM, Mikk

Re: [R] batch file output

2010-12-28 Thread Mikkel Grum
gt; From: David Winsemius > Subject: Re: [R] batch file output > To: "David Winsemius" > Cc: "Mikkel Grum" , r-help@r-project.org > Date: Tuesday, December 28, 2010, 8:30 AM > > On Dec 28, 2010, at 8:27 AM, David Winsemius wrote: > > > > > On

Re: [R] batch file output

2010-12-28 Thread Gabor Grothendieck
On Tue, Dec 28, 2010 at 8:09 AM, Mikkel Grum wrote: > I run a batch file with the following command in Windows XP: > > C:\R\R-2.12.1\bin\Rterm.exe --no-save --no-restore > C:\users\me\file.out 2>&1 > > Is there any way to get only the output of R in file.out, without getting all > the code from

Re: [R] batch file output

2010-12-28 Thread David Winsemius
On Dec 28, 2010, at 8:27 AM, David Winsemius wrote: On Dec 28, 2010, at 8:09 AM, Mikkel Grum wrote: I run a batch file with the following command in Windows XP: C:\R\R-2.12.1\bin\Rterm.exe --no-save --no-restore \file.R> C:\users\me\file.out 2>&1 Is there any way to get only the output of

Re: [R] batch file output

2010-12-28 Thread David Winsemius
On Dec 28, 2010, at 8:09 AM, Mikkel Grum wrote: I run a batch file with the following command in Windows XP: C:\R\R-2.12.1\bin\Rterm.exe --no-save --no-restore \file.R> C:\users\me\file.out 2>&1 Is there any way to get only the output of R in file.out, without getting all the code from fil