R/generate_readme.R
generate_readme_rmd.Rd
Create and update a custom README.Rmd with installation instructions
Path of the package to generate Readme from
Parts to modify in the Readme: c("description", "installation")
Will the package be delivered as archive, from github or from another git?
Logical. Whether to open README.Rmd
url of the repository if not in URL in DESCRIPTION. Used when source is github or git.
A README.Rmd file
if (FALSE) {
generate_readme_rmd()
}