add a git tag based on the pkg version
1 | tag_version(.dir = getwd(), .dirty = FALSE, .fetch = TRUE, .push = TRUE)
|
.dir |
dir of repo |
.dirty |
whether to tag given the repo is in a dirty state |
.fetch |
run a git fetch first to get tags |
.push |
push created tag |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.