An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20110531/681e3871/attachment.pl>
Comment on build and INSTALL
2 messages · Ronald Barry, Duncan Murdoch
On 11-05-31 3:29 PM, Ronald Barry wrote:
Greetings,
I have noticed two possible small glitches with build and INSTALL.
First, when I run R CMD build latticeDensity, I get the following message:
*excluding invalid files from 'latticeDensity'
Subdirectory R contains invalid file names:
R
However, all the files end up in the zip file (or tar) just fine, and
neither INSTALL nor check seems to care.
What is the glitch? Do you not have a file with that name?
The other small glitch is that if you have unmatched brackets in a man file, INSTALL will flag an error and point out that there are unmatched brackets, but will often indicate that the unmatched bracket occurs in a different file that is in perfect shape.
I have never seen that. Do you have an example? Duncan Murdoch