update_NEWS_md {pcutils} | R Documentation |
Update the NEW.md for a package
Description
Update the NEW.md for a package
Usage
update_NEWS_md(
package_dir = ".",
new_features = character(),
bug_fixes = character(),
other_changes = character(),
...
)
Arguments
package_dir |
default: "." |
new_features |
new_features |
bug_fixes |
bug_fixes |
other_changes |
other_changes |
... |
additional info |
Value
No value
[Package pcutils version 0.2.6 Index]