Re: [Rd] Sweave.sh shell script on CRAN

2007-04-16 Thread Gabor Grothendieck
On 4/16/07, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > On 4/16/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > > On 4/16/2007 10:13 AM, Gabor Grothendieck wrote: > > > On 4/16/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > > >> On 4/16/2007 7:53 AM, Gregor Gorjanc wrote: > > >> > Duncan Murdo

Re: [Rd] Sweave.sh shell script on CRAN

2007-04-16 Thread Gabor Grothendieck
On 4/16/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > On 4/16/2007 10:13 AM, Gabor Grothendieck wrote: > > On 4/16/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > >> On 4/16/2007 7:53 AM, Gregor Gorjanc wrote: > >> > Duncan Murdoch wrote: > >> >>> I do not have any experience with use of (bash) s

Re: [Rd] Sweave.sh shell script on CRAN

2007-04-16 Thread Gregor Gorjanc
Duncan Murdoch wrote: >> Can you just clarify what the dependencies are for >> >> Rcmd sweave >> >> where Rcmd is the Rcmd command distributed with R that is run >> from the Windows command line. Does that require perl or other >> tools to run? > > That needs sh.exe, not Perl. But it's just the

Re: [Rd] Sweave.sh shell script on CRAN

2007-04-16 Thread Gregor Gorjanc
Duncan Murdoch wrote: ... >> Maybe I got this totally wrong. Say someone who uses Windows finds R and >> installs it via setup file. Can he/she launch the folowing without >> having Perl and/or sh.exe? >> >> R CMD script whateverOption > > No. Installing a binary package has a pure R implementati

Re: [Rd] Sweave.sh shell script on CRAN

2007-04-16 Thread Gabor Grothendieck
On 4/16/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > On 4/16/2007 7:53 AM, Gregor Gorjanc wrote: > > Duncan Murdoch wrote: > >>> I do not have any experience with use of (bash) shell scripts under > >>> Windows. Sweave.sh can be used with Cygwin, but I am not sure how to use > >>> shell script w

Re: [Rd] Sweave.sh shell script on CRAN

2007-04-16 Thread Gabor Grothendieck
On 4/16/07, Gregor Gorjanc <[EMAIL PROTECTED]> wrote: > Gabor Grothendieck wrote: > > On Windows sweave.bat is a Windows XP batchfile that will run sweave > > and then latex and then display the file on screen. Issuing the command > > sweave without args from the Windows command line gives info o

Re: [Rd] Sweave.sh shell script on CRAN

2007-04-16 Thread Duncan Murdoch
On 4/16/2007 10:13 AM, Gabor Grothendieck wrote: > On 4/16/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote: >> On 4/16/2007 7:53 AM, Gregor Gorjanc wrote: >> > Duncan Murdoch wrote: >> >>> I do not have any experience with use of (bash) shell scripts under >> >>> Windows. Sweave.sh can be used with Cy

Re: [Rd] Sweave.sh shell script on CRAN

2007-04-16 Thread Gregor Gorjanc
Gabor Grothendieck wrote: ... > If by "Sweave in SVN" you are referring to sweave.bat in the batchfiles > distribution then its not a shell file; rather, its a Windows batch file. Nope. I meant Sweave.sh in R SVN. Gregor __ R-devel@r-project.org mailin

Re: [Rd] Sweave.sh shell script on CRAN

2007-04-16 Thread Duncan Murdoch
On 4/16/2007 7:53 AM, Gregor Gorjanc wrote: > Duncan Murdoch wrote: >>> I do not have any experience with use of (bash) shell scripts under >>> Windows. Sweave.sh can be used with Cygwin, but I am not sure how to use >>> shell script without Cygwin. I noticed that some "scripts" in R*/bin >>> direc

Re: [Rd] Sweave.sh shell script on CRAN

2007-04-16 Thread Gregor Gorjanc
Gabor Grothendieck wrote: > On Windows sweave.bat is a Windows XP batchfile that will run sweave > and then latex and then display the file on screen. Issuing the command > sweave without args from the Windows command line gives info on how to > use it. > Nice to see windows "equivalent". Howev

Re: [Rd] Sweave.sh shell script on CRAN

2007-04-16 Thread Gabor Grothendieck
On Windows sweave.bat is a Windows XP batchfile that will run sweave and then latex and then display the file on screen. Issuing the command sweave without args from the Windows command line gives info on how to use it. The batchfiles home page is: http://code.google.com/p/batchfiles/ The p

Re: [Rd] Sweave.sh shell script on CRAN

2007-04-16 Thread Gregor Gorjanc
Duncan Murdoch wrote: >> I do not have any experience with use of (bash) shell scripts under >> Windows. Sweave.sh can be used with Cygwin, but I am not sure how to use >> shell script without Cygwin. I noticed that some "scripts" in R*/bin >> directory on our Windows machine are perl (build, check

Re: [Rd] Sweave.sh shell script on CRAN

2007-04-16 Thread Duncan Murdoch
On 4/16/2007 7:01 AM, Gregor Gorjanc wrote: > Dear developeRs, > > Martin Maechler has suggested that I resend this email to R-devel > instead to R-packages for further comments and potential availability > for Windows. > > -- >

[Rd] Sweave.sh shell script on CRAN

2007-04-16 Thread Gregor Gorjanc
Dear developeRs, Martin Maechler has suggested that I resend this email to R-devel instead to R-packages for further comments and potential availability for Windows. -- I have uploaded my Sweave (bash) shell script on CRAN. It i