Skip to content

Commit d71fc21

Browse files
author
maechler
committed
move {zstd} up <- r88373
git-svn-id: https://svn.r-project.org/R/trunk@88374 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent dad2ad7 commit d71fc21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/library/base/man/extSoftVersion.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ extSoftVersion()
2929
\item{xz}{The version of \code{liblzma} (from \command{xz}) in use.}
3030
\item{libdeflate}{The version of \code{libdeflate} (if any otherwise
3131
\code{""}) used when \R was built.}
32+
\item{zstd}{The version of \code{zstd} (from \command{zstd}) in use (if
33+
any, otherwise \code{""}).}
3234
\item{PCRE}{The version of \code{PCRE} in use. PCRE1 has versions < 10.00,
3335
PCRE2 has versions >= 10.00.}
3436
\item{ICU}{The version of \code{ICU} in use (if any, otherwise \code{""}).}
3537
\item{TRE}{The version of \code{libtre} in use.}
3638
\item{iconv}{The implementation and version of the \code{iconv}
37-
library in use (if known).}
39+
library in use (if known).}
3840
\item{readline}{The version of \code{readline} in use (if any,
3941
otherwise \code{""}). If using the emulation by \code{libedit} aka
4042
\code{editline} this will be \code{"EditLine wrapper"} preceded by
@@ -43,8 +45,6 @@ extSoftVersion()
4345
}
4446
\item{BLAS}{Name of the binary/executable file with the implementation of
4547
\code{BLAS} in use (if known, otherwise \code{""}).}
46-
\item{zstd}{The version of \code{zstd} (from \command{zstd}) in use (if
47-
any, otherwise \code{""}).}
4848

4949
Note that the values for \code{bzlib} and \code{pcre} normally contain
5050
a date as well as the version number, and that for \code{tre} includes

0 commit comments

Comments
 (0)