devtools (version 1.13.6)

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: infrastructure, use_data_raw, use_data, use_news_md, use_package, use_readme_rmd