Description Usage Arguments Details See Also
Increment version number in the DESCRIPTION file of a given package
1 2 | increment_version(projname = ".", comp = c("patch", "minor", "major"),
dev = FALSE, quiet = FALSE)
|
projname |
path to a package source, by default "." (current directory) |
comp |
which component to increment. By default "patch" |
dev |
logical; is it a development version? |
quiet |
logical; if FALSE (default) results will be printed to console |
Writes version numbers of the format "maj.min.patch.dev", but will also read
formats with hyphen seperated components, like "maj.min-patch". If dev
is TRUE
, a version number of the form "maj.min.patch.9000" is used,
otherwise "maj.min.patch".
Other than version number, date, imports and R version number is updated as well.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.