Description Usage Arguments Author(s) Examples
Builds the R
package on pkg_root
by:
styling the R
scripts and R
Markdown files,
building package data by running R
scripts stored in data_raw
,
rendering the R
scripts and R
Markdown files using rmarkdown::render()
, and
building pkgdown
site.
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. |
Ivan Jacob Agaloos Pesigan
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.