buildignore: Write .Rbuildignore

Description Usage Arguments

View source: R/etc.R

Description

Write an .Rbuildignore file for a given package

Usage

1
2
3
buildignore(projname = ".", add = FALSE,
  pat = c("^commit\\.command$", "\\.Rproj$", "^__.*",
  "^\\.DS_Store$"), verbose = TRUE)

Arguments

projname

path to a package source, by default "." (current directory)

add

logical; write new, or add to the existing file?

pat

a character vector of regex patterns

verbose

logical; print .Rbuildignore contents


AkselA/R-projector documentation built on June 19, 2020, 4:24 p.m.