igraph_version: Query igraph's version string

View source: R/test.R

igraph_versionR 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()


igraph documentation built on Aug. 10, 2023, 9:08 a.m.