yonicd / texPreview

Efficiently iterate, refine and share snippets of LaTeX in R with ease
https://yonicd.github.io/texPreview/
Other
52 stars 7 forks source link

[Docs] Cannot build pkgdown site #22

Closed Blackglade closed 5 years ago

Blackglade commented 5 years ago

I get the following error when trying to build a pkgdown site via build_site() with the rmarkdown.Rmd vignette:

Error : callr subprocess failed: cannot open the connection
Error: callr subprocess failed: callr subprocess failed: cannot open the connection
yonicd commented 5 years ago

looks like the vignette is depending on slickR, which has been updated on CRAN last week.

https://travis-ci.org/metrumresearchgroup/texPreview/builds/597320175#L7511

yonicd commented 5 years ago

this is a travis problem. the magick version is out of synch with the r magic package version

I am rebuilding the master and it is fine (on travis), but the PR is failing

yonicd commented 5 years ago

forcing the OS system to be trusty on travis fixes the problem. (this is a known issue) 79a1145

yonicd commented 5 years ago

closed: https://github.com/metrumresearchgroup/texPreview/commit/cb76ab3610c72b3d4c1db3b0c6eef8cdb66dfa88