| Line 1... |
Line 1... |
| 1 |
% File src/library/base/man/extSoftVersion.Rd
|
1 |
% File src/library/base/man/extSoftVersion.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 2014-2017 R Core Team
|
3 |
% Copyright 2014-2019 R Core Team
|
| 4 |
% Distributed under GPL 2 or later
|
4 |
% Distributed under GPL 2 or later
|
| 5 |
|
5 |
|
| 6 |
\name{extSoftVersion}
|
6 |
\name{extSoftVersion}
|
| 7 |
\alias{extSoftVersion}
|
7 |
\alias{extSoftVersion}
|
| 8 |
\title{
|
8 |
\title{
|
| 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{PCRE}{The version of \code{PCRE} in use.}
|
30 |
\item{PCRE}{The version of \code{PCRE} in use. PCRE1 has versions < 10.00,
|
| - |
|
31 |
PCRE2 has versions >= 10.00.}
|
| 31 |
\item{ICU}{The version of \code{ICU} in use (if any, otherwise \code{""}).}
|
32 |
\item{ICU}{The version of \code{ICU} in use (if any, otherwise \code{""}).}
|
| 32 |
\item{TRE}{The version of \code{libtre} in use.}
|
33 |
\item{TRE}{The version of \code{libtre} in use.}
|
| 33 |
\item{iconv}{The implementation and version of the \code{iconv}
|
34 |
\item{iconv}{The implementation and version of the \code{iconv}
|
| 34 |
library in use (if known).}
|
35 |
library in use (if known).}
|
| 35 |
\item{readline}{The version of \code{readline} in use (if any,
|
36 |
\item{readline}{The version of \code{readline} in use (if any,
|