Learn R Programming

crunch (version 1.18.0)

checkForNewVersion: See if there's a new version of the package on GitHub

Description

See if there's a new version of the package on GitHub

Usage

checkForNewVersion(github.url = "https://api.github.com/repos/Crunch-io/rcrunch/tags",
  installed.version = as.character(packageVersion("crunch")))

Arguments

github.url

character where to GET the tagged versions of the package

installed.version

character the currently installed version string

Value

The version string if there is a new version, or NULL