Description Usage Arguments Examples
View source: R/package_version_control.R
Retrieve the package version for the latest package available on either the CRAN or Github. Since the approval process for packages on the CRAN can lag behind the pace of development, the Github version of packages that are hosted there is likely to be more up to date. Helper methods for check_package(), update_package(), and family members.
1 | package_version_github(repo)
|
repo |
the name of the package repository on Github as a string |
1 2 | package_version_cran("ggplot2")
package_version_github("ShadeWilson/ihme")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.