• Stars
    star
    543
  • Rank 81,848 (Top 2 %)
  • Language
    R
  • Created almost 10 years ago
  • Updated about 2 months 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,732
star
2

python-igraph

Python interface for igraph
Python
1,288
star
3

igraphdata

Data sets for the igraph R package
R
51
star
4

igraph.org

igraph.org web site
CSS
19
star
5

xdata-igraph

xdata igraph, has been merged into igraph/igraph
C
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
12
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
5
star
13

python-igraph-ctypes

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

igraph-cpp

C++ wrappers for igraph data structures
C++
4
star
15

rigraph_revdep_checks

Reverse dependency checks for R/igraph
3
star
16

igraph-java

Experimental Java interface for igraph
Python
3
star
17

igraph-scg

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

usability-benchmarks

Mathematica
3
star
19

igraph-dash-docset

Python
2
star
20

oldweb

igraph homepage
CSS
2
star
21

presentations

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

nexus

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

issuefiles

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

python-igraph-legacy

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

igraph-example

Example projects that demonstrate the usage of igraph
C
1
star