Description Usage Arguments See Also
Alias for pkg_build()
with the following arguments:
pkg_root = getwd()
clean = TRUE
minimal = FALSE
style = TRUE
data = TRUE
render = TRUE
readme = TRUE
vignettes = TRUE
tests = TRUE
tests2vignettes = TRUE
pkgdown = TRUE
par = FALSE
ncores = NULL
git = FALSE
github = FALSE
commit_msg = "BUILD
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
pkg_root |
Character string. Package root directory. |
clean |
Logical.
Clean output that were automatically generated
by previous builds
before initiating the current build.
See |
minimal |
Logical.
If |
style |
Logical.
Style |
data |
Logical.
Generate data from |
render |
Logical.
Render |
readme |
Logical.
Render |
vignettes |
Logical.
Render |
tests |
Logical.
Render |
tests2vignettes |
Logical.
Copy and spin |
pkgdown |
Logical.
Build |
par |
Logical.
If |
ncores |
Integer.
Number of cores to use if |
git |
Logical. Set up a git repository. |
github |
Logical. Set up and push to a github repository. |
commit_msg |
Character string. Git commit message. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.