[R-pkg-devel] R CMD Check warning about vigentte dates

2016-09-15 Thread Paul Buerkner
Dear list, I recently submitted a new version of my package (brms) to CRAN. It was accepted by the CRAN team, but multiple operating systems (mainly unix) now complain about "Files in the 'vignettes' directory newer than all files in 'inst/doc':" I have checked and all the files in "inst/doc" ha

Re: [R-pkg-devel] Validate CRAN package using a linked library

2016-09-15 Thread Dorel, Mathurin
Thanks for your replies, I was not aware that LinkingTo was only a static linking. So no BH-like solution. But how does the DLL pulling work then (I won't use it, it does not sound like a good practice but I'm curious) I'll looked at nloptr, it looks like an elegant solution, I'll try that. Ma

Re: [R-pkg-devel] R CMD Check warning about vigentte dates

2016-09-15 Thread Duncan Murdoch
On 15/09/2016 6:29 AM, Paul Buerkner wrote: Dear list, I recently submitted a new version of my package (brms) to CRAN. It was accepted by the CRAN team, but multiple operating systems (mainly unix) now complain about "Files in the 'vignettes' directory newer than all files in 'inst/doc':" I h