Rev 13982 | Rev 17799 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{capabilities}\alias{capabilities}\title{Report Capabilities of this Build of R}\description{Report on the optional features which have been compiled into thisbuild of \R.}\usage{capabilities(what = NULL)}\arguments{\item{what}{character vector or \code{NULL}, specifyingrequired components. \code{NULL} implies that all are required.}}\value{A named logical vector. Current components are\item{jpeg}{Is the \code{\link{jpeg}} function operational?}\item{png}{Is the \code{\link{png}} function operational?}\item{tcltk}{Is the \code{tcltk} package operational?}\item{X11}{(Unix) Are \code{X11} and the data editor available?}\item{libz}{Is \code{\link{gzfile}} available?}\item{http/ftp}{Are \code{\link{url}} and the internal method for\code{\link{download.file}} available?}\item{sockets}{Are \code{\link{make.socket}} and related functionsavailable?}\item{libxml}{Is there support for integrating \code{libxml} withthe \R event loop?}\item{cledit}{Is command-line editing available in the current \Rsession? This is false in non-interactive sessions.#ifdef UnixIt will be true if \code{readline} supported has been compiled inand \code{--no-readline} was \emph{not} invoked.#endif}}\seealso{\code{\link{.Platform}}}\examples{capabilities()if(!capabilities("http/ftp"))warning("internal download.file() is not available")## See also the examples for `connections'.}\keyword{utilities}