The R Project SVN R

Rev

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

Rev 88374 Rev 88382
Line 25... Line 25...
25
\value{
25
\value{
26
  A named character vector, currently with components
26
  A named character vector, currently with components
27
  \item{zlib}{The version of \code{zlib} in use.}
27
  \item{zlib}{The version of \code{zlib} in use.}
28
  \item{bzlib}{The version of \code{bzlib} (from \command{bzip2}) in use.}
28
  \item{bzlib}{The version of \code{bzlib} (from \command{bzip2}) in use.}
29
  \item{xz}{The version of \code{liblzma} (from \command{xz}) in use.}
29
  \item{xz}{The version of \code{liblzma} (from \command{xz}) in use.}
30
  \item{libdeflate}{The version of \code{libdeflate} (if any otherwise
30
  \item{libdeflate}{The version of \code{libdeflate} (if any, otherwise
31
    \code{""}) used when \R was built.}
31
    \code{""}) used when \R was built.}
32
  \item{zstd}{The version of \code{zstd} (from \command{zstd}) in use (if
32
  \item{zstd}{The version of \code{libzstd} (from \command{zstd}) in use
33
    any, otherwise \code{""}).}
33
    (if any, otherwise \code{""}).}
34
  \item{PCRE}{The version of \code{PCRE} in use. PCRE1 has versions < 10.00,
34
  \item{PCRE}{The version of \code{PCRE} in use. PCRE1 has versions < 10.00,
35
    PCRE2 has versions >= 10.00.}
35
    PCRE2 has versions >= 10.00.}
36
  \item{ICU}{The version of \code{ICU} in use (if any, otherwise \code{""}).}
36
  \item{ICU}{The version of \code{ICU} in use (if any, otherwise \code{""}).}
37
  \item{TRE}{The version of \code{libtre} in use.}
37
  \item{TRE}{The version of \code{libtre} in use.}
38
  \item{iconv}{The implementation and version of the \code{iconv}
38
  \item{iconv}{The implementation and version of the \code{iconv}
Line 49... Line 49...
49
  Note that the values for \code{bzlib} and \code{pcre} normally contain
49
  Note that the values for \code{bzlib} and \code{pcre} normally contain
50
  a date as well as the version number, and that for \code{tre} includes
50
  a date as well as the version number, and that for \code{tre} includes
51
  several items separated by spaces, the version number being the
51
  several items separated by spaces, the version number being the
52
  second.
52
  second.
53
 
53
 
54
  For \code{iconv} this will give the implementation as well as the
54
  For \code{\link{iconv}} this will give the implementation as well as the
55
  version, for example \code{"GNU libiconv 1.14"}, \code{"glibc
55
  version, for example \code{"GNU libiconv 1.14"}, \code{"glibc
56
  2.18"} or \code{"win_iconv"} (which has no version number).
56
  2.18"} or \code{"win_iconv"} (which has no version number).
57
 
57
 
58
  The name of the binary/executable file for \code{BLAS} can be used as an
58
  The name of the binary/executable file for \code{BLAS} can be used as an
59
  indication of which implementation is in use.  Typically, the R version of
59
  indication of which implementation is in use.  Typically, the R version of