Bioc2026 Registration Open!

Rigraphlib

igraph library as an R package

Bioconductor version: 3.23 · Package version: 1.4.0

Vendors the igraph C source code and builds it into a static library. Other Bioconductor packages can link to libigraph.a in their own C/C++ code. This is intended for packages wrapping C/C++ libraries that depend on the igraph C library and cannot be easily adapted to use the igraph R package.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("Rigraphlib")

Details

MaintainerAaron Lun <infinite.monkeys.with.keyboards@gmail.com>
AuthorAaron Lun [cre, aut]
LicenseGPL-3
URLhttps://github.com/libscran/Rigraphlib
Bug Reportshttps://github.com/libscran/Rigraphlib/issues
Downloads rank1739
Source branchRELEASE_3_23
biocViewsClustering, GraphAndNetwork, Software

Documentation

Download

Dependencies

LinkingTo: biocmake

Suggests: BiocStyle, knitr, rmarkdown, testthat

Reverse dependencies

Links To Me (1): scrapper