View source: R/getCurrentGitHubVersion.R
| getCurrentGitHubVersion | R Documentation |
Get current release version of package from GitHub
getCurrentGitHubVersion(repo)
repo |
|
package_version.
Package repo is defined in names.
Updated 2022-10-20.
repo <- paste("r-lib", c("rlang", "testthat"), sep = "/")
print(repo)
x <- getCurrentGitHubVersion(repo)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.