Rev 67171 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/grDevices/man/grSoftVersion.Rd% Part of the R package, http://www.R-project.org% Copyright 2014 R Core Team% Distributed under GPL 2 or later\name{grSoftVersion}\alias{grSoftVersion}\title{Report Versions of Graphics Software}\description{Report versions of third-party graphics software.}\usage{grSoftVersion()}\value{A named character vector containing at least the element\item{cairo}{the version of cairographics in use, or \code{""} ifcairographics is not available.}It may also contain the versions of third-party software usedby the#ifdef windowsstandard#endif#ifdef unixX11-based#endif(not cairo-based) bitmap devices:\item{libpng}{the version of \code{libpng} in use, or \code{""} ifnot available.}\item{jpeg}{the version of the JPEG headers used for compilation,or \code{""} if JPEG support was not compiled in.}\item{libtiff}{the version of \code{libtiff} in use, or \code{""} ifnot available.}Unless otherwise stated the reported version is that of the (possiblydynamically-linked) library in use at runtime.Note that \code{libjpeg-turbo} used on some Linux distributionsreports its version as \code{"6.2"}, the IJG version from which it forked.}\seealso{\code{\link{extSoftVersion}} for versions of non-graphics software.}%% output is variable\examples{\donttest{grSoftVersion()}}