Skip to contents

Returns the package version.

Usage

igraph_version()

Value

A character scalar, the igraph version string.

Details

The igraph version string is always the same as the version of the R package.

See also

Other test: igraph_test()

Author

Gabor Csardi csardi.gabor@gmail.com

Examples


## Compare to the package version
packageDescription("igraph")$Version
#> [1] "2.0.3.9011"
igraph_version()
#> [1] "2.0.3.9011"