capabilities {base} | R Documentation |
Report on the optional features which have been compiled into this build of R.
capabilities(what = NULL)
what |
character vector or |
A named logical vector. Current components are
jpeg |
is the |
png |
is the |
tiff |
is the |
tcltk |
is the tcltk package operational? |
X11 |
always |
aqua |
|
http/ftp |
Are |
sockets |
Are |
libxml |
is there support for integrating |
fifo |
are FIFO connections supported? |
cledit |
is command-line editing available in the current R session? This is false in non-interactive sessions. |
iconv |
is internationalization conversion via
|
NLS |
is there Natural Language Support (for message translations)? |
profmem |
is there support for memory profiling? See
|
cairo |
is there support the |
capabilities() if(!capabilities("http/ftp")) warning("internal download.file() is not available") ## See also the examples for 'connections'.