capabilities(what = NULL)
NULL
, specifying
required components. NULL
implies that all are required.jpeg
function operational?png
function operational?tiff
function operational?"X11"
is also available.
X11
graphics device and the
X11-based data editor available? This loads the X11 module if not
already loaded, and checks that the default display can be
contacted unless a X11
device has already been used.
aquaAre the R.app
GUI components and the
quartz
function operational? Only on some OS X
builds. Note that this is distinct from
.Platform$GUI == "AQUA"
, which is true when using the Mac
R.app
GUI console.
windows
X11always FALSE
on Windows.
aquaFALSE
except on OS X.
url
and the internal method for
download.file
available?make.socket
and related functions
available?libxml
with
the R event loop?readline
support has been compiled in and --no-readline was
not used when R was invoked. (If --interactive
was used, command-line editing will not actually be available.)
iconv
supported? Always true as from R 2.10.0.tracemem
.svg
,
cairo_pdf
and cairo_ps
devices, and
for type = "cairo"
in the
unix
X11
,
bmp
, jpeg
, png
,
and tiff
devices?.Platform
capabilities()
if(!capabilities("http/ftp"))
warning("internal download.file() is not available")
## See also the examples for 'connections'.
Run the code above in your browser using DataLab