Skip to content
Prev 4003 / 12125 Next

[R-pkg-devel] Failed on win-builder

On Tue, 28 May 2019 at 16:29, Juhee Lee <ljh988488 at gmail.com> wrote:
Well, doing exactly what the messages suggest, especially in the
second case. In the first case, the easiest way to fix it is to add
the following flag to the build command:

R CMD build --compact-vignettes="both" yourpackage

If you use devtools, there's a parameter to add this extra argument.

I?aki