Closed LisaGotzian closed 6 months ago
We are fairly sure this is not due to an error on our side, and we've investigated this error in depth. 😅
The machine has a full LaTeX installation and it does have these files. The message
! LaTeX Error: There's no line here to end.
certainly does not seem like an error that is because of a missing inconsolata.sty
or upquote.sty
. that would look like
! LaTeX Error: File `xy.sty' not found
I also get the very same error on macOS for your package.
This issue is about the previous R-hub system, it does not apply to the new system, so I am closing it now. Please see https://r-hub.github.io/rhub/ for the new system, R-hub v2.
Hi all,
we're using your package to check our package before submitting it to CRAN. While we love the functionality, we'd like to report a bug, proposably in regards to the Latex installation on your server. When I'm checking the package, there's an error when generating the Latex manual, for windows as in the screenshot, for Ubuntu and Fedora as well.
Our research suggests that this is due to missing fonts (probably) as described in this question on stackoverflow, probably
inconsolata.sty
andupquote.sty
https://stackoverflow.com/questions/10819959/diagnosing-r-package-build-warning-latex-errors-when-creating-pdf-version
We are fairly sure this is not due to an error on our side, and we've investigated this error in depth. 😅