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
This issue #17 asked about knitr hooks for ragg. Having the following header:
ragg_png = function(..., dpi = 192) ragg::agg_png(..., res = dpi, units = 'in') knitr::opts_chunk$set(dev = "ragg_png", fig.ext = "png")
makes the magic work.
Happy to make PRs for points 1 & 2 above
The text was updated successfully, but these errors were encountered:
Maybe did you mention a wrong person...?
Sorry, something went wrong.
@yutannihilation Sorry. Autocomplete!
Support for ragg::agg_png device (#1834)
9b46506
This will close r-lib/ragg#29
No branches or pull requests
This issue #17 asked about knitr hooks for ragg. Having the following header:
makes the magic work.
Happy to make PRs for points 1 & 2 above
The text was updated successfully, but these errors were encountered: