Re: [Rd] vignette index going AWOL

2014-08-25 Thread Randall Pruim
Indeed! That should say “builds” rather than “build”. It is the directory where I keep old tar balls from the package. I see builds is there as well. Somewhere along the way I must have stuttered while editing and introduced the problematic line. I’ve removed it and things are back to sanit

Re: [Rd] vignette index going AWOL

2014-08-25 Thread Kevin Ushey
Hi Randall, I notice that, in your .Rbuildignore, you have the entry: ^build$ and I suspect this is the culprit (having being bitten by a similar problem before). Some part of the R build / install process creates / uses that directory, but having it excluded in .Rbuildignore will cause you

[Rd] vignette index going AWOL

2014-08-25 Thread Randall Pruim
I’m preparing a package (fastR) for submission to CRAN, but the vignette index keeps going AWOL, or at least R CMD check —as-cran thinks so. I’ve tried several things and gave myself the weekend to think of other things, but I can’t figure it out. Perhaps someone on the list can lend a hand. H