Re: [Rd] Where to put sgml file

2006-10-09 Thread Friedrich Leisch
> On Mon, 9 Oct 2006 11:46:51 -0400, > Gabor Grothendieck (GG) wrote: > I have a package that will have an sgml file. One of the demos in ./demo > will use it. Where should I put it? > I tried putting it in ./demo but it did not survive the build so > currently I put it in ./ins

Re: [Rd] Where to put sgml file

2006-10-09 Thread Roger Bivand
On Mon, 9 Oct 2006, Gabor Grothendieck wrote: > I have a package that will have an sgml file. One of the demos in ./demo > will use it. Where should I put it? > > I tried putting it in ./demo but it did not survive the build so > currently I put it in ./inst and it gets copied to the same level

[Rd] Where to put sgml file

2006-10-09 Thread Gabor Grothendieck
I have a package that will have an sgml file. One of the demos in ./demo will use it. Where should I put it? I tried putting it in ./demo but it did not survive the build so currently I put it in ./inst and it gets copied to the same level as the DESCRIPTION file and the demo gets it from there.