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
also in case of failures. Use case: tikzDevice.
Something like:
structure( "path/to.pdf", log_path = "path/to.log", exec_time = 1.5, success = TRUE, ..., class = c("pdflatex_tinytex_output", "tinytex_output") )
We also need a way to specify that we always return this info regardless of success or failure, current behavior should be the default.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
also in case of failures. Use case: tikzDevice.
Something like:
We also need a way to specify that we always return this info regardless of success or failure, current behavior should be the default.
The text was updated successfully, but these errors were encountered: