We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
When using texlive, tinytex commands sometimes fail, leading to failures to compile. See rstudio/tinytex#105 (comment) , and https://yihui.name/tinytex/faq/ number 6.
texlive
tinytex
This causes problems with quick_pdf and it may also cause problems with compiling other documents on CRAN-like systems....
quick_pdf
Minimal Reproducible Example
quick_pdf(head(mtcars)) # on a usermode texlive system rhub::check_for_cran() # comment out some skip_on_cran() calls from e.g. test-yy-end-to-end.R
Expected behavior
Files should build OK, automatically installing packages if need be.
One solution: autodetect if we need usermode = TRUE. Another possibility: don't autoinstall packages, which should make breakages easier to resolve.
usermode = TRUE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When using
texlive
,tinytex
commands sometimes fail, leading to failures to compile. See rstudio/tinytex#105 (comment) , and https://yihui.name/tinytex/faq/ number 6.This causes problems with
quick_pdf
and it may also cause problems with compiling other documents on CRAN-like systems....Minimal Reproducible Example
Expected behavior
Files should build OK, automatically installing packages if need be.
One solution: autodetect if we need
usermode = TRUE
. Another possibility: don't autoinstall packages, which should make breakages easier to resolve.The text was updated successfully, but these errors were encountered: