File: igraph_version.Rd

package info (click to toggle)
r-cran-igraph 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 14,984 kB
  • sloc: ansic: 117,319; cpp: 22,287; fortran: 4,551; yacc: 1,150; tcl: 931; lex: 478; makefile: 149; sh: 9
file content (34 lines) | stat: -rw-r--r-- 889 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/test.R
\name{igraph_version}
\alias{igraph_version}
\alias{igraph.version}
\title{Query igraph's version string}
\usage{
igraph_version()
}
\value{
A character scalar, the igraph version string.
}
\description{
Queries igraph's original version string. See details below.
}
\details{
The igraph version string is the same as the version of the R package for
all realeased 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.
}
\examples{

## Compare to the package version
packageDescription("igraph")$Version
igraph_version()
}
\author{
Gabor Csardi \email{csardi.gabor@gmail.com}
}
\keyword{graphs}