writeDescription: Update description file

View source: R/buildPackage.R

writeDescriptionR Documentation

Update description file

Description

Overwrite the description file of a package

Usage

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

## Not run: 
file <- readDescription("butils", path = pathGitHub())
writeDescription("butils", path = pathGitHub(), file)

## End(Not run)

bozenne/butils.base documentation built on May 13, 2024, 12:20 p.m.