document, install, knit README.Rmd, build_site, commit

make_package(do_commit = FALSE, m, ...)

Arguments

do_commit

Logical. Commit to github?

m

Character. Commit message to include

...

Passed to pkgdown::build_site()

Value

Called for side effect of running devtools::document(), devtools::install(), knitr::knit() "README.Rmd", pkgdown::build_site()

and, optionally, envFunc::git_commit_env().

Details

WARNING. Runs rm(list = ls()), leaving only arguments to this function.