Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

igraph_version

Query igraph's version string


Description

Queries igraph's original version string. See details below.

Usage

igraph_version()

Details

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.

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.

Value

A character scalar, the igraph version string.

Author(s)

Examples

## Compare to the package version
packageDescription("igraph")$Version
igraph_version()

igraph

Network Analysis and Visualization

v1.2.10
GPL (>= 2)
Authors
See AUTHORS file.
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.