Skip to content

Commit 22bad1f

Browse files
author
ripley
committed
add caveat
git-svn-id: https://svn.r-project.org/R/trunk@88331 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent a5baacf commit 22bad1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/library/base/man/connections.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ socketTimeout(socket, timeout = -1)
178178
For \code{gzfile} the description is the path to a file compressed by
179179
\command{gzip}: it can also open for reading uncompressed files and
180180
those compressed by \command{bzip2}, \command{xz}, \command{lzma} or
181-
\command{zstd}.
181+
(if \R{} was built to support it) \command{zstd}.
182182

183183
For \code{bzfile} the description is the path to a file compressed by
184184
\command{bzip2}.
@@ -188,7 +188,8 @@ socketTimeout(socket, timeout = -1)
188188
only) \command{lzma} (\url{https://en.wikipedia.org/wiki/LZMA}).
189189

190190
For \code{zstdfile} the description is the path to a file compressed by
191-
\command{zstd} (\url{https://en.wikipedia.org/wiki/Zstd}).
191+
\command{zstd} (\url{https://en.wikipedia.org/wiki/Zstd}): support is
192+
optional when \R is built.
192193

193194
\code{unz} reads (only) single files within zip files, in binary mode.
194195
The description is the full path to the zip file, with \file{.zip}

0 commit comments

Comments
 (0)