You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only after looking at the code of build_manual() and figuring out the command that it was trying to run via callr (R CMD Rd2pdf --force --output=pkg.BuildResults/pkg_0.0.1.pdf /scratch/dev/pkg) I got an actionable error from pdfTeX:
! LaTeX Error: File `inconsolata.sty' not found.
Describe the solution you'd like
It would be nice if the console error would bubble up to devtools so one could debug the problem much more speedily.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Building the pdf manual failed for me with this rather unhelpful message and backtrace:
Only after looking at the code of
build_manual()
and figuring out the command that it was trying to run viacallr
(R CMD Rd2pdf --force --output=pkg.BuildResults/pkg_0.0.1.pdf /scratch/dev/pkg
) I got an actionable error from pdfTeX:Describe the solution you'd like
It would be nice if the console error would bubble up to
devtools
so one could debug the problem much more speedily.The text was updated successfully, but these errors were encountered: