The R Project SVN R

Rev

Rev 85550 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85550 Rev 89993
Line 1... Line 1...
1
% File src/library/base/man/capabilities.Rd
1
% File src/library/base/man/capabilities.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2021 R Core Team
3
% Copyright 1995-2026 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{capabilities}
6
\name{capabilities}
7
\alias{capabilities}
-
 
8
\title{Report Capabilities of this Build of R}
7
\title{Report Capabilities of this Build of R}
-
 
8
\alias{capabilities}
9
\description{
9
\description{
10
  Report on the optional features which have been compiled into this
10
  Report on the optional features which have been compiled into this
11
  build of \R.
11
  build of \R.
12
}
12
}
13
\usage{
13
\usage{
Line 123... Line 123...
123
    function \code{\link{curlGetHeaders}} and optionally by
123
    function \code{\link{curlGetHeaders}} and optionally by
124
    \code{\link{download.file}} and \code{\link{url}}.   As from \R
124
    \code{\link{download.file}} and \code{\link{url}}.   As from \R
125
    3.3.0 always true for Unix-alikes, and as from \R 4.2.0 true on Windows.}
125
    3.3.0 always true for Unix-alikes, and as from \R 4.2.0 true on Windows.}
126
}
126
}
127
\seealso{
127
\seealso{
-
 
128
  \code{\link{.Machine}$sizeof.pointer == 8} for 64-bit builds of \R
-
 
129
  entails the capability of \link{long vector}s, now in all builds
-
 
130
  of \R.
128
  \code{\link{.Platform}}, \code{\link{extSoftVersion}}, and
131
  \code{\link{.Platform}}, \code{\link{extSoftVersion}}, and
129
  \code{\link{grSoftVersion}} (and links there)
132
  \code{\link{grSoftVersion}} (and links there)
130
  for availability of capabilities \emph{external} to \R but
133
  for availability of capabilities \emph{external} to \R but
131
  used from \R functions.
134
  used from \R functions.
132
}
135
}