prune_news_md: Converts an NEWS.md file into a pkgdown formatted NEWS.md...

View source: R/prune_news_md.R

prune_news_mdR Documentation

Converts an NEWS.md file into a pkgdown formatted NEWS.md file

Description

Converts an NEWS.md file into a pkgdown formatted NEWS.md file

Usage

prune_news_md(pkg = ".", input = "NEWS.md", output = NULL, package = NULL)

Arguments

pkg

Package path.

input

The name of the input ‘NEWS.md’ file.

output

The name of the output ‘NEWS.md’ file.

package

The name of the package. If not specified, it is inferred from the ‘DESCRIPTION’ file.

Value

(invisible) The Markdown output.


HenrikBengtsson/pkgdown.extras documentation built on Aug. 12, 2024, 7:33 p.m.