[R] CMD check error

Therneau, Terry M., Ph.D. therneau at mayo.edu
Tue Nov 18 16:49:08 CET 2014


[Picture of a hand slapping forehead]
I suspected it to be something either dumb or obvious, and managed both.

This library plugs into the tail of a long developement project for a web API, which had 
prior documentation, which I stuck in "doc".  And then added to .Rbuildignore.

Thanks Hadley

Terry T.


On 11/18/2014 08:47 AM, Hadley Wickham wrote:
> Do you have a .Rbuildignore? If so, what's in it?
> Hadley
>
> On Tue, Nov 18, 2014 at 7:07 AM, Therneau, Terry M., Ph.D.
> <therneau at mayo.edu> wrote:
>> I have a new package (local use only).  R CMD check fails with a messge I haven't seen before, and I haven't been able to guess the cause.
>> There are two vignettes, both of which have %\VignetteIndexEntry lines.
>>
>> Same failure both under R-3.1.1 and R-devel, so it's me and not R.  Linux OS.
>>
>> Hints anyone?
>>
>> Terry Therneau
>>
>> =================================================
>>
>> tmt% R CMD build dart
>> * preparing 'dart':
>> * checking DESCRIPTION meta-information ... OK
>> * installing the package to build vignettes
>> * creating vignettes ... OK
>> * checking for LF line-endings in source and make files
>> * checking for empty or unneeded directories
>> * looking to see if a 'data/datalist' file should be added
>> * building 'dart_1.0-2.tar.gz'
>>
>> tmt% R CMD check dart*gz
>> ...
>> Installation failed.
>> See '/people/biostat2/therneau/consult/bsi/dart.Rcheck ...
>>
>> tmt% more dart.Rcheck/00install.out
>> ...
>> ** installing vignettes
>> Warning in file(con, "w") :
>>     cannot open file '/people/biostat2/therneau/consult/bsi/dart.Rcheck/dart/doc/
>> index.html': No such file or directory
>> Error in file(con, "w") : cannot open the connection
>> ERROR: installing vignettes failed
>> * removing '/people/biostat2/therneau/consult/bsi/dart.Rcheck/dart'
>>
>>
>>          [[alternative HTML version deleted]]
>>
>> ______________________________________________
>> R-help at r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>
>
>



More information about the R-help mailing list