Re: [R-pkg-devel] License of pre-built vignettes

2019-10-24 Thread Helmut Schütz
Dear Duncan, Duncan Murdoch wrote on 2019-10-24 21:51: So it seems clear what to do:  remove the BuildVignettes: false statement, and explain why CRAN should avoid building them in your submission message.  This will likely make it take longer for the package to be handled; if that's a problem

Re: [R-pkg-devel] License of pre-built vignettes

2019-10-24 Thread Duncan Murdoch
On 24/10/2019 8:57 a.m., Helmut Schütz wrote: Dear all, since we have many examples in our vignettes (rendering takes about 7 minutes) we provide them in /inst/doc Another reason is to have HTML5 instead of XHTML1.0 produced by pandoc (which contains deprecated attributes). To prevent building we

[R-pkg-devel] License of pre-built vignettes

2019-10-24 Thread Helmut Schütz
Dear all, since we have many examples in our vignettes (rendering takes about 7 minutes) we provide them in /inst/doc Another reason is to have HTML5 instead of XHTML1.0 produced by pandoc (which contains deprecated attributes). To prevent building we have BuildVignettes: no in the DESCRIPTION