11% File  src / library / base / man / extSoftVersion.Rd 
22% Part  of  the  R  package , https : // www.R - project.org 
3- % Copyright  2014 - 2023  R  Core  Team 
3+ % Copyright  2014 - 2025  R  Core  Team 
44% Distributed  under  GPL  2  or  later 
55
66\name {extSoftVersion }
@@ -30,7 +30,7 @@ extSoftVersion()
3030  \item {libdeflate }{The  version  of  \code {libdeflate } (if  any  otherwise 
3131    \code {" " used  when  \R  was  built. }
3232  \item {PCRE }{The  version  of  \code {PCRE } in  use.  PCRE1  has  versions  <  10.00 ,
33-   PCRE2  has  versions  > =  10.00 . }
33+      PCRE2  has  versions  > =  10.00 . }
3434  \item {ICU }{The  version  of  \code {ICU } in  use (if  any , otherwise  \code {" " . }
3535  \item {TRE }{The  version  of  \code {libtre } in  use. }
3636  \item {iconv }{The  implementation  and  version  of  the  \code {iconv }
@@ -42,7 +42,9 @@ extSoftVersion()
4242    seen  on  macOS. 
4343  }
4444  \item {BLAS }{Name  of  the  binary / executable  file  with  the  implementation  of 
45-   \code {BLAS } in  use (if  known , otherwise  \code {" " . }
45+     \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 {" " . }
4648
4749  Note  that  the  values  for  \code {bzlib } and  \code {pcre } normally  contain 
4850  a  date  as  well  as  the  version  number , and  that  for  \code {tre } includes 
@@ -68,16 +70,20 @@ extSoftVersion()
6870} 
6971\s eealso{
7072  \c ode{\l ink{libcurlVersion}} for the version of \c ode{libCurl}. 
71-    
73+ 
7274  \c ode{\l ink{La_version}} for the version of LAPACK in use. 
7375
7476  \c ode{\l ink{La_library}} for binary/executable file with LAPACK in use. 
7577
7678  \c ode{\l ink{grSoftVersion}} for third-party graphics software. 
7779
7880  \c ode{\l ink{tclVersion}} in package \p kg{tcltk} for the version of Tcl/Tk. 
79-    
81+ 
8082  \c ode{\l ink{pcre_config}} for PCRE configuration options. 
83+ 
84+   \c ode{\l ink{connection}} for how to use the file and connection 
85+   compression methods \c ode{"  zlib " }, \c ode{" bzlib " }, \c ode{" xz " },
86+   \c ode{"  libdeflate " }, and \c ode{" zstd " }.
8187} 
8288\e xamples{
8389extSoftVersion() 
0 commit comments