The R Project SVN R

Rev

Rev 73970 | Rev 79976 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 73970 Rev 75103
Line 1... Line 1...
1
% File src/library/grDevices/man/grSoftVersion.Rd
1
% File src/library/grDevices/man/grSoftVersion.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 2014-2017 R Core Team
3
% Copyright 2014-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{grSoftVersion}
6
\name{grSoftVersion}
7
\alias{grSoftVersion}
7
\alias{grSoftVersion}
8
\title{Report Versions of Graphics Software}
8
\title{Report Versions of Graphics Software}
9
\description{
9
\description{
10
  Report versions of third-party graphics software.
10
  Report versions of third-party graphics software available on the
-
 
11
  current platform for \R's graphics.
11
}
12
}
12
\usage{
13
\usage{
13
grSoftVersion()
14
grSoftVersion()
14
}
15
}
15
\value{
16
\value{
16
  A named character vector containing at least the elements
17
  A named character vector containing at least the elements
17
  
18
 
18
  \item{cairo}{the version of cairographics in use, or \code{""} if
19
  \item{cairo}{the version of cairographics in use, or \code{""} if
19
    cairographics is not available.}
20
    cairographics is not available.}
20
 
21
 
21
  It may also contain the versions of third-party software used by the
22
  It may also contain the versions of third-party software used by the
22
#ifdef windows
-
 
23
  standard
-
 
24
#endif
-
 
25
#ifdef unix
-
 
26
  X11-based
23
  standard (on Windows), or X11-based (on Unix-alikes)
27
#endif
-
 
28
  bitmap devices:
24
  bitmap devices:
29
  \item{libpng}{the version of \code{libpng} in use, or \code{""} if
25
  \item{libpng}{the version of \code{libpng} in use, or \code{""} if
30
    not available.}
26
    not available.}
31
  \item{jpeg}{the version of the JPEG headers used for compilation,
27
  \item{jpeg}{the version of the JPEG headers used for compilation,
32
    or \code{""} if JPEG support was not compiled in.}
28
    or \code{""} if JPEG support was not compiled in.}
Line 34... Line 30...
34
    not available.}
30
    not available.}
35
 
31
 
36
  It is conceivable but unlikely that the cairo-based bitmap devices
32
  It is conceivable but unlikely that the cairo-based bitmap devices
37
  will use different versions linked \emph{via} cairographics,
33
  will use different versions linked \emph{via} cairographics,
38
  especially \code{png(type = "cairo-png")}.
34
  especially \code{png(type = "cairo-png")}.
39
#ifdef unix
35
 
40
  If available on macOS, the Quartz-based devices will use the system
36
  On macOS, if available, the Quartz-based devices will use the system
41
  versions of these libraries rather than those reported here.
37
  versions of these libraries rather than those reported here.
42
#endif
-
 
43
 
38
 
44
  Unless otherwise stated the reported version is that of the (possibly
39
  Unless otherwise stated the reported version is that of the (possibly
45
  dynamically-linked) library in use at runtime.
40
  dynamically-linked) library in use at runtime.
46
 
41
 
47
  Note that \code{libjpeg-turbo} as used on some Linux distributions
42
  Note that \code{libjpeg-turbo} as used on some Linux distributions