View source: R/check_updates.R
oha_check | R Documentation |
This function compares the local version of the package against what is stored on GitHub to flag whether or not you have the latest version.
oha_check(
name,
url = "https://github.com/USAID-OHA-SI",
suppress_success = FALSE
)
name |
package name |
url |
user/organization url, default = "https://github.com/USAID-OHA-SI" |
suppress_success |
suppress message if up to date, default = FALSE |
message if there is a newer package on GH than local
oha_check("gophr")
oha_check("glamr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.