R/utils.R
GetPkgVersion.Rd
Gets the version number of a package
GetPkgVersion(pkg)
The name of the package
A character(1) with the name of the package and its version number.
character(1)
GetPkgVersion('omXplore') #> [1] "omXplore_0.99.92"