R/igraph is an R package of the igraph network analysis library.
You can install the stable version of R/igraph from CRAN:
install.packages("igraph")
For the development version, you can use Github, with the devtools
package:
devtools::install_github("gaborcsardi/pkgconfig")
devtools::install_github("igraph/rigraph")
See the igraph homepage for the complete manual.
Please read our contribution guide.
GNU GPL version 2 or later