make_package: Make package workflow

View source: R/make_package.R

make_packageR Documentation

Make package workflow

Description

All now wrapped in if(FALSE) so doesn't do anything. Best run as line by line manually.

Usage

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

Arguments

do_commit

Logical. Commit to github?

m

Character. Commit message to include

...

Passed to pkgdown::build_site()

Details

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

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

Value

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


Acanthiza/envFunc documentation built on Dec. 14, 2024, 10:47 p.m.