Re: [R] Running Sweave directly from Windows command line

2010-08-06 Thread Gabor Grothendieck
On Fri, Aug 6, 2010 at 3:39 PM, wrote: > Hello everybody out there using R, > When I try to run the command "R CMD Sweave file.Rnw" (R Version 2.11.1) on > the command line of Windows 7, an error message tells me that the command > "sh" is not known. > I suppose that R is trying to use a shell

[R] Running Sweave directly from Windows command line

2010-08-06 Thread julia . jacobson
Hello everybody out there using R, When I try to run the command "R CMD Sweave file.Rnw" (R Version 2.11.1) on the command line of Windows 7, an error message tells me that the command "sh" is not known. I suppose that R is trying to use a shell script, which can't be interpreted using Windows.