get_release | R Documentation |
Extract release version and release notes from NEWS.md
.
get_release(pkg = ".", filename = "NEWS.md")
pkg |
path to package. Currently, only |
filename |
name of file containing release notes, defaults to |
get_release()
assumes that NEWS.md
contains markdown release notes, with each release header
of the format: "# <package> <version>"
followed by the release notes, and expects the first
line of NEWS.md
to be a release header.
list containing the package, version and release notes from the first release contained
in NEWS.md
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.