compare_versions: Compare package versions

Description Usage Arguments Details Value Author(s) Examples

Description

Compare package versions on CRAN and GitHub.

Usage

1

Arguments

package

character, name of the package

Details

compare_versions() parses the package's index.html on CRAN and looks for the current version as well as URL to a GitHub repo. If the latter is found, compare_versions() tries to read to current package version from the DESCRIPTION file in the repo.

Value

data.frame

Author(s)

Philipp Ottolinger

Examples

1
2
3
4
#library(compareVersions)
compare_versions("LexisPlotR")
compare_versions("ggplot2")
compare_versions("dplyr")

ottlngr/compareVersions documentation built on May 24, 2019, 5:14 p.m.