craigcitro / r-travis

Tools for using R with Travis (http://travis-ci.org) in lieu of a website:

Home Page:https://github.com/craigcitro/r-travis/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not stop on Latex warnings

renozao opened this issue · comments

With the default warnings_are_errors: true, warnings thrown by Latex when compiling the manual are treated as errors.
Is there a way to skip those ones and only consider actual check warnings as errors?

Adding @jimhester for the latest (since it looks like you're using language: r support in Travis).

Can you link to the build where this error occured?

I realized I did not use the right place to post this issue. I thought that Travis built-in support was now the only way to go and that r-travis was responsible for the new developments and issues. I see that this generated an issue template to be written. Glad that this mistake will serve other users and r-travis ;)

The good news is that re-looking at the check log, it seems that the error came from actual R check warnings. I was mislead by the final R check log line "Found warnings, treating as errors (as requested).", which is preceded by a bunch of latex warnings.
Build is: https://travis-ci.org/renozao/pkgmaker/jobs/111984391