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
)
message if there is a newer package on GH than local
if (FALSE) {
oha_check("gophr")
oha_check("glamr")
}