Learn R Programming

packager (version 1.15.2)

provide_news_rd: Convert NEWS.md to inst/NEWS.rd

Description

The file inst/NEWS.rd will get listed in the package's help index. Christian Vonderach uses the index thus wants fileinst/NEWS.rd to automatically be in sync with file./NEWS.md.

Usage

provide_news_rd(path = ".", force = is_force(), verbose = TRUE)

Value

TRUE on success, FALSE otherwise.

Arguments

path

Path to the package directory (see devtools::as.package).

force

Overwrite an existing file?

verbose

Be verbose?