compareVersions

This package is in a early stage of development. It provides functionality to compare versions of R packages on CRAN and GitHub.

Installation

You can install the current version of compareVersions from GitHub:

#install.packages("devtools")
devtools::install_github("ottlngr/compareVersions")

Usage

library(compareVersions)
compare_versions("devtools")

Please feel free...

... to contribute and to improve compareVersions!