make_package: Make package workflow

View source: R/make_package.R

make_packageR Documentation

Make package workflow

Description

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

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

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 Aug. 19, 2024, 4:50 a.m.