View source: R/add_to_buildignore.R
add_to_buildignore | R Documentation |
This function adds files/folders to the .Rbuildignore
file. If a
.Rbuildignore
is already present, files to be ignored while checking
package are just added to this file. Otherwise a new file is created.
add_to_buildignore(x, open = FALSE, quiet = FALSE)
x |
A character vector. One or several files/folders names to be added
to the |
open |
A logical value. If |
quiet |
A logical value. If |
No return value.
Other development functions:
add_dependencies()
,
add_github_actions_check()
,
add_github_actions_citation()
,
add_github_actions_codecov()
,
add_github_actions_document()
,
add_github_actions_pkgdown()
,
add_github_actions_render()
,
add_r_depend()
,
add_to_gitignore()
## Not run:
add_to_buildignore(open = TRUE)
add_to_buildignore(".DS_Store")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.