hadley / rigraph

igraph R package

Home Page:http://igraph.org/r

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 homepage 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

About

igraph R package

http://igraph.org/r


Languages

Language:C 69.6%Language:R 18.6%Language:C++ 10.4%Language:Yacc 0.5%Language:Tcl 0.5%Language:Lex 0.2%Language:CSS 0.1%Language:HTML 0.1%Language:M4 0.1%Language:Shell 0.0%Language:Makefile 0.0%