igraph_version {igraph} | R Documentation |
Query igraph's version string
Description
Returns the package version.
Usage
igraph_version()
Details
The igraph version string is always the same as the version of the R package.
Value
A character scalar, the igraph version string.
Author(s)
Gabor Csardi csardi.gabor@gmail.com
See Also
Other test:
igraph_test()
Examples
## Compare to the package version
packageDescription("igraph")$Version
igraph_version()
[Package igraph version 2.0.3 Index]