Closed jennybc closed 4 years ago
Maybe we should have a usethis helper for this too? It would run render README.Rmd and index.Rmd in a clean session; and then the release bullet would just say to run that function.
README.Rmd
index.Rmd
I've done a PR to devtools to add a more general tool for building Rmds; but I think build_readme() covers the most common 95% of cases
build_readme()
Maybe we should have a usethis helper for this too? It would run render
README.Rmd
andindex.Rmd
in a clean session; and then the release bullet would just say to run that function.