Latex font not loadable error causing build failure for R package

Hi there, (new here, apologies if I’m not following etiquette).

I’m having difficulty making one of my R packages (RobinHankin/lorentz) pass the build process on travis; the package is clean on CRAN. There was a thread on inconsolata.sty not long ago that may or may not be related.

The error message I get is:

Running ‘texi2dvi’ on ‘lorentz.tex’ failed.
LaTeX errors:
! Font U/wasy/m/n/10.95=wasy10 at 10.95pt not loadable: Metric (TFM) file not f
ound.

relax
l.85 \begin{document}
! Font U/wasy/m/n/8=wasy8 at 8.0pt not loadable: Metric (TFM) file not found.

relax
l.85 \begin{document}

! Font U/wasy/m/n/6=wasy6 at 6.0pt not loadable: Metric (TFM) file not found.

relax
l.85 \begin{document}

But as you can see from the commits, I’ve tried with increasing frustration) lots of things with no success. Can anyone advise?