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/rigraph documentation built on May 19, 2024, 6:19 a.m.