You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very minor issue, but when calling use_readme_rmd(), .Rbuildignore seems to get populated with: *^README\.Rmd$ and *^README-.*\.png$. However, knitr renders images to *^README_*\.png$. I think the hyphen might need to get changed in an underscore.