compatibleVersions: function to check to see if the packages represented by the...

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/compatipleVersions.R

Description

This function takes the names of installed R packages and then checks to see if they all have the same version number.

Usage

1

Arguments

...

... character strings for the names of R packages that have been installed

Details

If all the package have the same version number, the function returns TRUE. Otherwise, the function returns FALSE

Value

This function returns TRUE or FALSE depending on whether the packages have the same version number

Author(s)

Jianhua Zhang

See Also

packageDescription

Examples

1
2
3
  library("hgu95av2.db")
  library("GO.db")
  compatibleVersions("hgu95av2.db", "GO.db")

annotate documentation built on Nov. 8, 2020, 8:14 p.m.