[R-pkg-devel] Issue with vignette on win-builder

Duncan Murdoch murdoch.duncan at gmail.com
Wed Jan 20 19:08:01 CET 2016


On 20/01/2016 11:50 AM, François Michonneau wrote:
> Hello all,
>
>    On win-builder (both with R 3.2.3 and R-devel), I see this error at the
> end of the check.log. Would anyone have any hint on what might be wrong and
> possible ways of debugging? I obviously can't reproduce this on my Linux
> systems.
>
>    The vignette is built to HTML with knitr as the engine and contains calls
> to an API. Previous versions of it were passing the R CMD check on
> win-builder without this issue.
>
>   Thanks,
>    -- François
>
> * checking re-building of vignette outputs ... ERROR
> Check process probably crashed or hung up for 20 minutes ... killed
> Most likely this happened in the example checks (?),
> if not, ignore the following last lines of example output:
>

It says that it started building your vignette, but the process was 
killed when it hadn't finished in 20 minutes.

I'd suggest to debug it that you leave the vignette out of the package 
temporarily, but extract all of its R code (using the purl() function), 
and include that script as a test script.  I believe you'll get more 
informative error messages from a test failure than a vignette failure.

Duncan Murdoch



More information about the R-package-devel mailing list