rstudio / rticles

LaTeX Journal Article Templates for R Markdown
https://pkgs.rstudio.com/rticles/
1.47k stars 518 forks source link

install all required packages for testing rticles #339

Closed cderv closed 3 years ago

cderv commented 3 years ago

This should fix the timeout problem on travis.

List based on setdiff with tinytex::tl_pkgs() before and after running tests.

cderv commented 3 years ago

Ok so installing latex packages explictly instead of letting tinytex guess and install solves the travis build.

I'll merge this

yihui commented 3 years ago

Excellent! Thanks!