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 |
tcltk |
Is the |
X11 |
(Unix) Are |
GNOME |
(Unix) Is the GNOME GUI in use and are |
libz |
Is |
http/ftp |
Are |
sockets |
Are |
libxml |
Is there support for integrating |
cledit |
Is command-line editing available in the current R session? This is false in non-interactive sessions. |
IEEE754 |
Does this platform have IEEE 754 arithmetic? Note that this is more correctly known by the international standard IEC 60059. |
bzip2 |
Is |
.Platform
capabilities()
if(!capabilities("http/ftp"))
warning("internal download.file() is not available")
## See also the examples for `connections'.