Skip to content
Back to formatted view

Raw Message

Message-ID: <971536df0610090846y23b40eadq823be5265db40857@mail.gmail.com>
Date: 2006-10-09T15:46:51Z
From: Gabor Grothendieck
Subject: Where to put sgml file

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.  Is that right or
is there a better choice?  I assume I can't use ./data since its not in
the form that is directly readable as an R data file.