-
-
Notifications
You must be signed in to change notification settings - Fork 878
New issue
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
Improve convert_chunk_header for YAML options #2300
Conversation
otherwise some precision digits will be added, and `fig.width = 10` should be `fig-width: 10` and not `fig-width: 10.0`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I'll merge dash_names()
with dot_names()
later.
I figured you would want to do that 😅 Sorry I got lazy and it was easier to write another function for me 🙄 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No worries! Code abstraction takes time. I just did it.
any::rcmdcheck | ||
XML=?ignore-before-r=4.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why, but this doesn't seem to work: https://github.com/yihui/knitr/actions/runs/6591830453/job/17911237979
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it probably requires to indicate the highest deps that requires it, which in our case is gridSVG
. I tried a commit with this
Thanks a lot for the fixes ! |
-
and not.
for options namedev
anddpi
This also fix an issue with numeric conversion because
yaml::as_yaml
to consider a precision that we don't want here I believe.