Skip to content

[R-pkg-devel] Can't reproduce re-building vignettes error in CRAN R CMD check

2 messages · Devin Incerti, Uwe Ligges

#
Hi,

I have successfully run R CMD check for my package hesim (source
<https://github.com/InnovationValueInitiative/hesim>) on OSX sierra,
CentOS, Ubuntu 14.04 (on travis-ci), and win-builder (devel and
release). However, when I submitted to CRAN I received the warning:

* checking re-building of vignette outputs ... [3s] WARNING
Error in re-building vignettes:
  ...
Error: processing vignette 'cea-vignette.Rmd' failed with diagnostics:
DLL 'stringi' not found: maybe not installed for this architecture?
Execution halted

I'm stumped by this and can't recreate it. Any ideas on how to
eliminate this warning?

Thanks
4 days later
#
This is probbaly a race condition, please resubmit.

Best,
Uwe Ligges
On 22.11.2017 16:49, Devin Incerti wrote: