Rigraphlib
This is the development version of Rigraphlib; to use it, please install the devel version of Bioconductor.
igraph library as an R package
Bioconductor version: Development (3.21)
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.
Author: Aaron Lun [cre, aut]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards at gmail.com>
citation("Rigraphlib")
):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("Rigraphlib")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("Rigraphlib")
Using the igraph C library | HTML | R Script |
Reference Manual |
Details
biocViews | Clustering, GraphAndNetwork, Software |
Version | 0.99.4 |
In Bioconductor since | BioC 3.21 (R-4.5) |
License | GPL-3 |
Depends | |
Imports | |
System Requirements | |
URL | https://github.com/libscran/Rigraphlib |
Bug Reports | https://github.com/libscran/Rigraphlib/issues |
See More
Suggests | BiocStyle, knitr, rmarkdown, testthat |
Linking To | biocmake |
Enhances | |
Depends On Me | |
Imports Me | |
Suggests Me | |
Links To Me | |
Build Report | Build Report |
Package Archives
Follow Installation instructions to use this package in your R session.
Source Package | Rigraphlib_0.99.4.tar.gz |
Windows Binary (x86_64) | Rigraphlib_0.99.4.zip (64-bit only) |
macOS Binary (x86_64) | Rigraphlib_0.99.4.tgz |
macOS Binary (arm64) | Rigraphlib_0.99.4.tgz |
Source Repository | git clone https://git.bioconductor.org/packages/Rigraphlib |
Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/Rigraphlib |
Bioc Package Browser | https://code.bioconductor.org/browse/Rigraphlib/ |
Package Short Url | https://bioconductor.org/packages/Rigraphlib/ |
Package Downloads Report | Download Stats |