EVOLUTION-MANAGER
Edit File: external_info.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Information about related software</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for external_info {sessioninfo}"><tr><td>external_info {sessioninfo}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Information about related software</h2> <h3>Description</h3> <p>Information about related software </p> <h3>Usage</h3> <pre> external_info() </pre> <h3>Details</h3> <p>Note that calling this function will attempt to load the tcltk and grDevices packages. </p> <h3>Value</h3> <p>A list with elements: </p> <ul> <li> <p><code>cairo</code>: The cairo version string. </p> </li> <li> <p><code>libpng</code>: The png version string. </p> </li> <li> <p><code>jpeg</code>: The jpeg version string. </p> </li> <li> <p><code>tiff</code>: The tiff library and version string used. </p> </li> <li> <p><code>tcl</code>: The tcl version string. </p> </li> <li> <p><code>curl</code>: The curl version string. </p> </li> <li> <p><code>zlib</code>: The zlib version string. </p> </li> <li> <p><code>bzlib</code>: The zlib version string. </p> </li> <li> <p><code>xz</code>: The zlib version string. </p> </li> <li> <p><code>PCRE</code>: The Perl Compatible Regular Expressions (PCRE) version string. </p> </li> <li> <p><code>ICU</code>: The International Components for Unicode (ICU) version string. </p> </li> <li> <p><code>TRE</code>: The TRE version string. </p> </li> <li> <p><code>iconv</code>: The iconv version string. </p> </li> <li> <p><code>readline</code>: The readline version string. </p> </li> <li> <p><code>BLAS</code>: The path with the implementation of BLAS in use. </p> </li> <li> <p><code>LAPACK</code>: The path with the implementation of LAPACK in use. </p> </li></ul> <h3>See Also</h3> <p>Similar functions and objects in the base packages: <code><a href="../../utils/html/sessionInfo.html">utils::sessionInfo()</a></code>, <a href="../../base/html/extSoftVersion.html">base::extSoftVersion</a>, <code><a href="../../tcltk/html/TclInterface.html">tcltk::tclVersion()</a></code> <a href="../../base/html/La_library.html">base::La_library</a>, <code><a href="../../base/html/La_version.html">base::La_version()</a></code>, <code><a href="../../base/html/libcurlVersion.html">base::libcurlVersion()</a></code>. </p> <h3>Examples</h3> <pre> external_info() </pre> <hr /><div style="text-align: center;">[Package <em>sessioninfo</em> version 1.2.2 <a href="00Index.html">Index</a>]</div> </body></html>