Description Usage Details Value See Also Examples
Report versions of (external) third-party software used.
1 |
The reports the versions of third-party software libraries in use. These are often external but might have been compiled into R when it was installed.
With dynamic linking, these are the versions of the libraries linked to in this session: with static linking, of those compiled in.
A named character vector, currently with components
zlib |
The version of |
bzlib |
The version of |
xz |
The version of |
PCRE |
The version of |
ICU |
The version of |
TRE |
The version of |
iconv |
The implementation and version of the |
Note that the values for bzlib
and pcre
normally contain
a date as well as the version number, and that for tre
includes
several items separated by spaces, the version number being the
second.
For iconv
this will give the implementation as well as the
version, for example "GNU libiconv 1.14"
, "glibc
2.18"
or "win_iconv"
(which has no version number).
libcurlVersion
for the version of libCurl
.
La_version
for the version of LAPACK in use.
grSoftVersion
for third-party graphics software.
tclVersion
for the version of Tcl/Tk.
pcre_config
for PCRE configuration options.
1 2 3 | extSoftVersion()
## the PCRE version
sub(" .*", "", extSoftVersion()["PCRE"])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.