use_build_ignore
From devtools v1.11.1
by Hadley Wickham
Add a file to .Rbuildignore
.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.
- Keywords
- internal
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
Community examples
Looks like there are no examples yet.