Issue by tpq
Monday Aug 22, 2016 at 00:06 GMT
Originally opened as r-lib/devtools#1295
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.
Monday Aug 22, 2016 at 00:06 GMT
Originally opened as r-lib/devtools#1295
This is a very minor issue, but when calling
use_readme_rmd(), .Rbuildignore seems to get populated with:*^README\.Rmd$and*^README-.*\.png$. However,knitrrenders images to*^README_*\.png$. I think the hyphen might need to get changed in an underscore.