I noticed there is no shortcut for devtools::build_readme(). I find myself frequently re-knitting the README.Rmd file when building an R package. I know I can knit with the file open by Cntrl-Shift-K but I wonder if there's a way I can use a shortcut for devtools::build_readme() instead?
I resorted to loading devtools
in every session, so I can just type build_reade()
.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.