Write an .Rbuildignore file for a given package
1 2 3 | buildignore(projname = ".", add = FALSE,
pat = c("^commit\\.command$", "\\.Rproj$", "^__.*",
"^\\.DS_Store$"), verbose = TRUE)
|
projname |
path to a package source, by default "." (current directory) |
add |
logical; write new, or add to the existing file? |
pat |
a character vector of regex patterns |
verbose |
logical; print .Rbuildignore contents |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.