| checkGTK {RGtk2} | R Documentation |
These functions are for querying (bound*) and checking
(check*) the bound versions of the libraries (GTK, Pango and Cairo).
checkGTK(version) checkPango(version) checkCairo(version) boundGTKVersion() boundPangoVersion() boundCairoVersion()
version |
Version description to compare to the bound version, as in:
compareVersion(boundGTKVersion(), version).
|
The check* functions return the result of the comparison as an
integer, as from compareVersion.
The bound* functions return a character vector representation of
the bound library version.
Michael Lawrence
checkGTK("2.12.0")
# same as
compareVersion(boundGTKVersion(), "2.12.0")