See if there's a new version of the package on GitHub
checkForNewVersion(github.url = "https://api.github.com/repos/Crunch-io/rcrunch/tags",
installed.version = as.character(packageVersion("crunch")))
character where to GET the tagged versions of the package
character the currently installed version string
The version string if there is a new version, or NULL