Re: [R] Adding an Sweave Vignette to a package

2008-01-22 Thread Doran, Harold
- > From: Uwe Ligges [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 22, 2008 9:02 AM > To: Doran, Harold > Cc: R Help > Subject: Re: [R] Adding an Sweave Vignette to a package > > > > Doran, Harold wrote: > > Thanks, Uwe. Before I modify this path, I want t

Re: [R] Adding an Sweave Vignette to a package

2008-01-22 Thread Uwe Ligges
gt; -Original Message- >> From: Uwe Ligges [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, January 22, 2008 4:15 AM >> To: Doran, Harold >> Cc: James W. MacDonald; R Help >> Subject: Re: [R] Adding an Sweave Vignette to a package >> >> In R, type &g

Re: [R] Adding an Sweave Vignette to a package

2008-01-22 Thread Doran, Harold
- > From: Uwe Ligges [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 22, 2008 4:15 AM > To: Doran, Harold > Cc: James W. MacDonald; R Help > Subject: Re: [R] Adding an Sweave Vignette to a package > > In R, type > Sys.getenv("PATH") > and you will probably find

Re: [R] Adding an Sweave Vignette to a package

2008-01-22 Thread Uwe Ligges
opmode", texfile)) : > "pdflatex" not found > >> -Original Message- >> From: James W. MacDonald [mailto:[EMAIL PROTECTED] >> Sent: Monday, January 21, 2008 4:53 PM >> To: Doran, Harold >> Cc: R Help >> Subject: Re: [R] Adding an Sweav

Re: [R] Adding an Sweave Vignette to a package

2008-01-21 Thread Doran, Harold
(shQuote(latex), "-interaction=nonstopmode", texfile)) : "pdflatex" not found > -Original Message- > From: James W. MacDonald [mailto:[EMAIL PROTECTED] > Sent: Monday, January 21, 2008 4:53 PM > To: Doran, Harold > Cc: R Help > Subject: Re: [R] Adding an

Re: [R] Adding an Sweave Vignette to a package

2008-01-21 Thread James W. MacDonald
on halted > > I do have pdflatex, it's what I use all of the time. However, how do I > point to it for this build process? > >> -Original Message- >> From: James W. MacDonald [mailto:[EMAIL PROTECTED] >> Sent: Monday, January 21, 2008 4:09 PM >> To: Dor

Re: [R] Adding an Sweave Vignette to a package

2008-01-21 Thread Doran, Harold
atex" not found Execution halted I do have pdflatex, it's what I use all of the time. However, how do I point to it for this build process? > -Original Message- > From: James W. MacDonald [mailto:[EMAIL PROTECTED] > Sent: Monday, January 21, 2008 4:09 PM > To: Do

Re: [R] Adding an Sweave Vignette to a package

2008-01-21 Thread James W. MacDonald
Hi Harold, Doran, Harold wrote: > I'm finalizing development of a package that will include a vignette. > Without the vignette, the package builds fine with no warnings and is > ready for distribution. Now, I am following the directions for > developing vignettes "Sweave, Part II: Package Vignette

[R] Adding an Sweave Vignette to a package

2008-01-21 Thread Doran, Harold
I'm finalizing development of a package that will include a vignette. Without the vignette, the package builds fine with no warnings and is ready for distribution. Now, I am following the directions for developing vignettes "Sweave, Part II: Package Vignettes" by Friedrich Leisch. I am using a win