writeDescription: Update description file

Description Usage Arguments Examples

View source: R/buildPackage.R

Description

Overwrite the description file of a package

Usage

1
writeDescription(package, path, newfile, trace = TRUE)

Arguments

package

the name of the package

path

the path to the directory containing the package

newfile

the content of the new description file

trace

should the execution of the function be traced

Examples

1
2
3
4
5
## Not run: 
file <- readDescription("butils", path = pathGitHub())
writeDescription("butils", path = pathGitHub(), file)

## End(Not run)

bozenne/butils.base documentation built on April 1, 2020, 6:13 p.m.