Skip to content

Commit 45d9068

Browse files
author
ripley
committed
docuemnt some (missing) zstd uses
git-svn-id: https://svn.r-project.org/R/trunk@89019 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent cf0f051 commit 45d9068

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/NEWS.Rd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,14 @@
681681
full control over what gets added to the search path. (Actually
682682
already available since \R 4.4.0.)
683683

684+
\item New connection type \code{zstdfile} for files compressed by
685+
\command{zstd} if \R{} was built with such support. \code{file()}
686+
and \code{gafile()} can automagically read such files.
687+
688+
\item \code{memCompress()} and \code{memDecompress()} have optiosn
689+
to use \command{zstd} compression if \R{} was built with support
690+
for it.
691+
684692
\item There is some support for \command{zstd} compression of
685693
tarballs in \code{tar()} and \code{untar()}. (This depends on OS
686694
support of \code{libzstd} or by \command{tar}.)

0 commit comments

Comments
 (0)