yihui / knitr

A general-purpose tool for dynamic report generation in R
https://yihui.org/knitr/
2.36k stars 873 forks source link

Improve convert_chunk_header for YAML options #2300

Closed cderv closed 8 months ago

cderv commented 8 months ago

This also fix an issue with numeric conversion because yaml::as_yaml to consider a precision that we don't want here I believe.

cderv commented 8 months ago

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 🙄 😄

cderv commented 8 months ago

Thanks a lot for the fixes !