devtools (version 1.6.1)

use_build_ignore: Add a file to .Rbuildignore

Description

.Rbuildignore has a regular expression on each line, but it's usually easier to work with specific file names. By default, will (crudely) turn a filename into a regular expression that will only match that path. Repeated entries will be silently removed.

Usage

use_build_ignore(files, escape = TRUE, pkg = ".")

Arguments

files
Name of file.
escape
If TRUE, the default, will escape . to \. and surround with ^ and $.
pkg
package description, can be path or package name. See as.package for more information

Value

  • Nothing, called for its side effect.

See Also

Other infrastructure: add_rstudio_project, add_test_infrastructure, add_travis, infrastructure, use_package_doc, use_rcpp, use_rstudio, use_testthat, use_travis, use_vignette; use_data_raw; use_data; use_package