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.
Arguments
- x
A character vector. One or several files/folders names to be added to the
.Rbuildignore
. This argument is mandatory.- open
A logical value. If
TRUE
the.Rbuildignore
file is opened in the editor. Default isFALSE
.- quiet
A logical value. If
TRUE
messages are deleted. Default isFALSE
.
See also
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()