We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0f051 commit 45d9068Copy full SHA for 45d9068
doc/NEWS.Rd
@@ -681,6 +681,14 @@
681
full control over what gets added to the search path. (Actually
682
already available since \R 4.4.0.)
683
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
692
\item There is some support for \command{zstd} compression of
693
tarballs in \code{tar()} and \code{untar()}. (This depends on OS
694
support of \code{libzstd} or by \command{tar}.)
0 commit comments