Giter Club home page Giter Club logo

rigraph's Introduction

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

rigraph's People

Contributors

gaborcsardi avatar ntamas avatar krlmlr avatar maelle avatar szhorvat avatar vtraag avatar antonov548 avatar adalisan avatar ngmaclaren avatar iosonofabio avatar pupamanyu avatar olivroy avatar dougmet avatar wael-sadek avatar clpippel avatar kalibera avatar hadley avatar dmurdoch avatar das-intensity avatar peranti avatar rahulhp avatar raulzr avatar richardfergie avatar zeehio avatar simoncarrignon avatar smoe avatar covoes avatar mirca avatar adriandiazlab avatar aleszib avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.