make_package | R Documentation |
All now wrapped in if(FALSE) so doesn't do anything. Best run as line by line manually.
make_package(do_commit = FALSE, m, ...)
do_commit |
Logical. Commit to github? |
m |
Character. Commit message to include |
... |
Passed to |
document, install, knit README.Rmd, build_site, commit
WARNING. Runs rm(list = ls()), leaving only arguments to this function.
Called for side effect of running devtools::document()
,
devtools::install()
, knitr::knit()
"README.Rmd", pkgdown::build_site()
and, optionally, envFunc::git_commit_env()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.