Do something about README.Rmd --> README.md #1762
Closed
Labels
Milestone
Comments
Rebuilding README.md (+ improved vignette workflow) should also involve installing development package to a temporary library. |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
HughParsonage
added a commit
to HughParsonage/devtools
that referenced
this issue
Jul 2, 2019
This build a README.md from a README.Rmd Fixes r-lib#1762
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently README.md can grow stale because nothing one does in the normal course of development will cause it to be re-rendered.
We've discussed that it should be probably rendered via
devtools::document()
.pkgdown is also relevant, but it was recently decided that it's confusing for
pkgdown::build_site()
to modify files outside ofdocs/
.Also connected to vignette development workflows, which are up in the air:
https://github.com/r-lib/devtools/issues?utf8=✓&q=is%3Aissue+is%3Aopen+vignette
The text was updated successfully, but these errors were encountered: