package_version_github: Get the most recent package version available

Description Usage Arguments Examples

View source: R/package_version_control.R

Description

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.

Usage

1

Arguments

repo

the name of the package repository on Github as a string

Examples

1
2
package_version_cran("ggplot2")
package_version_github("ShadeWilson/ihme")

ShadeWilson/ihme documentation built on May 20, 2019, 8:47 a.m.