• Stars
    star
    519
  • Rank 82,249 (Top 2 %)
  • Language
    R
  • Created over 9 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

igraph R package

R-CMD-check CRAN Downloads Codecov test coverage

R/igraph

R/igraph is an R package of the igraph network analysis library.

Installation

You can install the stable version of R/igraph from CRAN:

install.packages("igraph")

For the development version, you can use R-universe

options(
  repos = c(
    igraph = 'https://igraph.r-universe.dev',
    CRAN = 'https://cloud.r-project.org'
  )
)
install.packages('igraph')

or Github, with the devtools package:

devtools::install_github("igraph/rigraph")

For installation from source on Windows, you need to have RTools installed. Additionally, the three system requirements of glpk, libxml2 and gmp are not optional, but hard requirements. For versions R >= 4.0 you can install these using

pacman -Sy mingw-w64-{i686,x86_64}-glpk mingw-w64-{i686,x86_64}-libxml2 mingw-w64-{i686,x86_64}-gmp

See the package wiki for more information on installation troubleshooting.

Documentation

See the igraph package's website for the complete manual.

Contributions

Please read our contribution guide.

License

GNU GPL version 2 or later

Contributors

All contributions to this project are gratefully acknowledged using the allcontributors package following the all-contributors specification. Contributions of any kind are welcome!


gaborcsardi

ntamas

vtraag

szhorvat

krlmlr

adalisan

igraph

pupamanyu

Antonov548

dmurdoch

clpippel

dougmet

wael-sadek

kasterma

cfhammill

clhunsen

rundel

qsz13

DexGroves

QuLogic

dalloliogm

Hosseinazari

hclimente

jooolia

MajoroMask

MatthieuStigler

mhils

das-intensity

peranti

RahulHP

raulzr

richardfergie

zeehio

simoncarrignon

smoe

covoes

mirca

adriandiazlab

aleszib

cynthiahqy

etheleon

stnava

More Repositories

1

igraph

Library for the analysis of networks
C
1,667
star
2

python-igraph

Python interface for igraph
Python
1,229
star
3

igraphdata

Data sets for the igraph R package
R
49
star
4

xdata-igraph

xdata igraph, has been merged into igraph/igraph
C
18
star
5

igraph.org

igraph.org web site
CSS
18
star
6

netuser15

igraph tutorial at the userR 2015 conference
HTML
15
star
7

nautier

Graph Canonical Labeling and Automorphism Group Computation, R package for nauty and Traces
C
11
star
8

rogdf

R interface to the Open Graph Drawing Library
C++
9
star
9

vizgraph

Graphviz with igraph graphs, from R
R
7
star
10

igraphbook

Companion R package for the igraph book
R
7
star
11

user2015

useR 2015 short presentation
HTML
6
star
12

stimulus

Code generator for high-level interfaces of igraph (experimental)
Python
4
star
13

python-igraph-ctypes

Experimental pure Python ctypes-based interface for igraph
Python
4
star
14

rigraph_revdep_checks

Reverse dependency checks for R/igraph
3
star
15

igraph-java

Experimental Java interface for igraph
Python
3
star
16

igraph-scg

Spectral coarse graining of graphs, separated from igraph/igraph
C
3
star
17

usability-benchmarks

Mathematica
3
star
18

igraph-dash-docset

Python
2
star
19

oldweb

igraph homepage
CSS
2
star
20

presentations

Source codes of igraph-related presentations, posters, abstracts and papers
TeX
2
star
21

nexus

Archive of the now defunct Nexus graph repository project
Python
1
star
22

issuefiles

Files associated with igraph issues, since github does not allow to attach files to issues
1
star
23

python-igraph-legacy

Transitional Python package during the rename of python-igraph to igraph in PyPI
Python
1
star
24

igraph-cpp

C++
1
star