updateNEWS | R Documentation |
Take the last series of Git commit messages and append them to the NEWS.md file for updating.
updateNEWS(
pkgDir = ".",
vpattern = "Changes in version",
git_log_pattern = "version bump|bump version"
)
pkgDir |
The package directory to be build usually the current working directory (i.e., ".") |
vpattern |
The set of keywords in the |
git_log_pattern |
The words that delimit the last version bump in the
package; by default either |
updateNEWS(pkgDir = ".", vpattern = "BiocAddins")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.