Skip to content

r-wasm/rigraph

This branch is 1392 commits behind igraph/rigraph:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f4fce5 · Mar 6, 2024
Dec 21, 2023
Feb 28, 2024
Mar 5, 2024
Mar 28, 2023
Jan 23, 2023
Dec 25, 2023
Mar 5, 2024
Mar 4, 2024
Feb 8, 2024
Mar 6, 2024
Mar 5, 2024
Mar 3, 2024
Feb 28, 2024
Dec 18, 2023
Jan 16, 2023
Mar 4, 2024
Dec 11, 2023
Apr 11, 2023
Jan 23, 2023
Mar 6, 2024
Apr 23, 2023
Mar 6, 2024
Jun 20, 2023
Mar 3, 2024
Feb 20, 2024
Mar 6, 2024
Mar 4, 2024
Mar 4, 2024
Dec 11, 2023
Dec 11, 2023
Dec 29, 2023
Mar 6, 2024
Jan 6, 2015
Feb 14, 2024
Oct 19, 2021
Sep 23, 2022
Mar 2, 2024

Repository files navigation

R-CMD-check CRAN Downloads Codecov test coverage

R/igraph igraph website

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 pak package:

pak::pak("igraph/rigraph")

When compiling from sources, make sure that you have C, C++ and Fortran compilers, as well as development packages for glpk and libxml2. On Debian/Ubuntu, use apt install libglpk-dev libxml2-dev. On Fedora, use yum install glpk-devel libxml2-devel.

For installation from source on Windows, you need to have RTools installed. For versions R >= 4.0 you can install the dependencies using:

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

Installation troubleshooting

See the Installation FAQ.

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

About

igraph R package

Resources

Citation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 68.8%
  • C 25.0%
  • C++ 3.3%
  • Tcl 1.5%
  • Makefile 0.8%
  • CSS 0.3%
  • Other 0.3%