All now wrapped in if(FALSE) so doesn't do anything. Best run as line by line manually.
make_package(do_commit = FALSE, m, ...)
Logical. Commit to github?
Character. Commit message to include
Passed to pkgdown::build_site()
Called for side effect of running devtools::document()
,
devtools::install()
, knitr::knit()
"README.Rmd", pkgdown::build_site()
and, optionally, envFunc::git_commit_env()
.
document, install, knit README.Rmd, build_site, commit
WARNING. Runs rm(list = ls()), leaving only arguments to this function.