Re: [Rd] Non-vignette sweave file in package

2013-04-05 Thread ONKELINX, Thierry
y CC: r-devel@r-project.org Onderwerp: Re: [Rd] Non-vignette sweave file in package On 04/04/2013 10:55 AM, ONKELINX, Thierry wrote: > Dear all, > > I'm documenting an elaborate analysis as a private package. The package > writes all required output to a database. I use a Sweav

Re: [Rd] Non-vignette sweave file in package

2013-04-04 Thread Duncan Murdoch
On 04/04/2013 10:55 AM, ONKELINX, Thierry wrote: Dear all, I'm documenting an elaborate analysis as a private package. The package writes all required output to a database. I use a Sweave file to transform all the results from the database into a report. Now I would like to add this Sweave to

[Rd] Non-vignette sweave file in package

2013-04-04 Thread ONKELINX, Thierry
Dear all, I'm documenting an elaborate analysis as a private package. The package writes all required output to a database. I use a Sweave file to transform all the results from the database into a report. Now I would like to add this Sweave to my package. I'm a bit puzzled on how to do that.