EVOLUTION-MANAGER
Edit File: igraph_version.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: Query igraph's version string</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 igraph_version {igraph}"><tr><td>igraph_version {igraph}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Query igraph's version string</h2> <h3>Description</h3> <p>Queries igraph's original version string. See details below. </p> <h3>Usage</h3> <pre> igraph_version() </pre> <h3>Details</h3> <p>The igraph version string is the same as the version of the R package for all released igraph versions. For development versions and nightly builds, they might differ however. </p> <p>The reason for this is, that R package version numbers are not flexible enough to cover in-between releases versions, e.g. alpha and beta versions, release candidates, etc. </p> <h3>Value</h3> <p>A character scalar, the igraph version string. </p> <h3>Author(s)</h3> <p>Gabor Csardi <a href="mailto:csardi.gabor@gmail.com">csardi.gabor@gmail.com</a> </p> <h3>Examples</h3> <pre> ## Compare to the package version packageDescription("igraph")$Version igraph_version() </pre> <hr /><div style="text-align: center;">[Package <em>igraph</em> version 1.3.5 <a href="00Index.html">Index</a>]</div> </body></html>