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
| Maintainer | Aaron Lun <infinite.monkeys.with.keyboards@gmail.com> |
| Author | Aaron Lun [cre, aut] |
| License | GPL-3 |
| URL | https://github.com/libscran/Rigraphlib |
| Bug Reports | https://github.com/libscran/Rigraphlib/issues |
| Downloads rank | 1739 |
| Source branch | RELEASE_3_23 |
| biocViews | Clustering, GraphAndNetwork, Software |
Documentation
Download
Reverse dependencies
Links To Me (1): scrapper