Skip to content
Prev 14520 / 21312 Next

[Bioc-devel] Controlling vignette compilation order

This changes the default for _R_CHECK_BUILD_VIGNETTES_SEPARATELY_ from 
false to true so only affects the re-built of the vignettes during 'R 
CMD check'. While this is a step in the right direction, it would be 
good if? 'R CMD build' was modified accordingly i.e. to also build 
vignettes in separate processes. With the current inconsistency, there 
will be situations where 'R CMD check' will fail to re-build vignettes 
that were just built by 'R CMD build'. Also, even though 'R CMD check' 
now avoids the MAX_DLL problem, it is not that useful if 'R CMD build' 
still has the problem and fails to build the package in the 1st place.

H.
On 1/2/19 17:01, Martin Morgan wrote: