The R Project SVN R

Rev

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

Rev 61150 Rev 62602
Line 1... Line 1...
1
% File src/library/base/man/capabilities.Rd
1
% File src/library/base/man/capabilities.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2011 R Core Team
3
% Copyright 1995-2013 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{capabilities}
6
\name{capabilities}
7
\alias{capabilities}
7
\alias{capabilities}
8
\title{Report Capabilities of this Build of R}
8
\title{Report Capabilities of this Build of R}
Line 16... Line 16...
16
\arguments{
16
\arguments{
17
  \item{what}{character vector or \code{NULL}, specifying
17
  \item{what}{character vector or \code{NULL}, specifying
18
    required components.  \code{NULL} implies that all are required.}
18
    required components.  \code{NULL} implies that all are required.}
19
}
19
}
20
#ifdef unix
20
#ifdef unix
21
\section{Note to Mac OS X users}{
21
\section{Note to OS X users}{
22
  Capabilities \code{"jpeg"}, \code{"png"} and \code{"tiff"} refer to
22
  Capabilities \code{"jpeg"}, \code{"png"} and \code{"tiff"} refer to
23
  the X11-based versions of these devices.  If
23
  the X11-based versions of these devices.  If
24
  \code{capabilities("aqua")} is true, then these devices with
24
  \code{capabilities("aqua")} is true, then these devices with
25
  \code{type = "quartz"} will be available, and out-of-the-box will be the
25
  \code{type = "quartz"} will be available, and out-of-the-box will be the
26
  default type.  Thus for example the \code{\link{tiff}} device will be
26
  default type.  Thus for example the \code{\link{tiff}} device will be
Line 43... Line 43...
43
    \item{X11}{Are the \code{\link{X11}} graphics device and the
43
    \item{X11}{Are the \code{\link{X11}} graphics device and the
44
      X11-based data editor available?  This loads the X11 module if not
44
      X11-based data editor available?  This loads the X11 module if not
45
      already loaded, and checks that the default display can be
45
      already loaded, and checks that the default display can be
46
      contacted unless a \code{X11} device has already been used.}
46
      contacted unless a \code{X11} device has already been used.}
47
    \item{aqua}{Are the \code{R.app} GUI components and the
47
    \item{aqua}{Are the \code{R.app} GUI components and the
48
      \code{\link{quartz}} function operational?  Only on some Mac OS X
48
      \code{\link{quartz}} function operational?  Only on some OS X
49
      builds.  Note that this is distinct from
49
      builds.  Note that this is distinct from
50
      \code{.Platform$GUI == "AQUA"}, which is true when using the Mac
50
      \code{.Platform$GUI == "AQUA"}, which is true when using the Mac
51
      \code{R.app} GUI console.}
51
      \code{R.app} GUI console.}
52
#endif
52
#endif
53
#ifdef windows
53
#ifdef windows
54
    \item{X11}{always \code{FALSE} on Windows.}
54
    \item{X11}{always \code{FALSE} on Windows.}
55
    \item{aqua}{\code{FALSE} except on Mac OS X.}
55
    \item{aqua}{\code{FALSE} except on OS X.}
56
#endif
56
#endif
57
    \item{http/ftp}{Are \code{\link{url}} and the internal method for
57
    \item{http/ftp}{Are \code{\link{url}} and the internal method for
58
      \code{\link{download.file}} available?}
58
      \code{\link{download.file}} available?}
59
    \item{sockets}{Are \code{\link{make.socket}} and related functions
59
    \item{sockets}{Are \code{\link{make.socket}} and related functions
60
      available?}
60
      available?}