| Line 12... |
Line 12... |
| 12 |
\item{what}{character vector or \code{NULL}, specifying
|
12 |
\item{what}{character vector or \code{NULL}, specifying
|
| 13 |
required components. \code{NULL} implies that all are required.}
|
13 |
required components. \code{NULL} implies that all are required.}
|
| 14 |
}
|
14 |
}
|
| 15 |
\value{
|
15 |
\value{
|
| 16 |
A named logical vector. Current components are
|
16 |
A named logical vector. Current components are
|
| 17 |
\item{jpeg}{Is the \code{\link{jpeg}} function operational?}
|
17 |
\item{jpeg}{Is the \code{\link[graphics]{jpeg}} function operational?}
|
| 18 |
\item{png}{Is the \code{\link{png}} function operational?}
|
18 |
\item{png}{Is the \code{\link[graphics]{png}} function operational?}
|
| 19 |
\item{tcltk}{Is the \pkg{tcltk} package operational?}
|
19 |
\item{tcltk}{Is the \pkg{tcltk} package operational?}
|
| 20 |
\item{X11}{(Unix) Are \code{X11} and the data editor available?}
|
20 |
\item{X11}{(Unix) Are \code{X11} and the data editor available?}
|
| 21 |
\item{GNOME}{(Unix) Is the GNOME GUI in use and are \code{GTK} and
|
21 |
\item{GNOME}{(Unix) Is the GNOME GUI in use and are \code{GTK} and
|
| 22 |
\code{GNOME} graphics devices available?}
|
22 |
\code{GNOME} graphics devices available?}
|
| 23 |
\item{libz}{Is \code{\link{gzfile}} available? From \R 1.5.0 this
|
23 |
\item{libz}{Is \code{\link{gzfile}} available? From \R 1.5.0 this
|
| 24 |
will always be true.}
|
24 |
will always be true.}
|
| 25 |
\item{http/ftp}{Are \code{\link{url}} and the internal method for
|
25 |
\item{http/ftp}{Are \code{\link{url}} and the internal method for
|
| 26 |
\code{\link{download.file}} available?}
|
26 |
\code{\link[utils]{download.file}} available?}
|
| 27 |
\item{sockets}{Are \code{\link{make.socket}} and related functions
|
27 |
\item{sockets}{Are \code{\link[utils]{make.socket}} and related functions
|
| 28 |
available?}
|
28 |
available?}
|
| 29 |
\item{libxml}{Is there support for integrating \code{libxml} with
|
29 |
\item{libxml}{Is there support for integrating \code{libxml} with
|
| 30 |
the \R event loop?}
|
30 |
the \R event loop?}
|
| 31 |
\item{cledit}{Is command-line editing available in the current \R
|
31 |
\item{cledit}{Is command-line editing available in the current \R
|
| 32 |
session? This is false in non-interactive sessions.
|
32 |
session? This is false in non-interactive sessions.
|