Title: | igraph library as an R package |
---|---|
Description: | 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. |
Authors: | Aaron Lun [cre, aut] |
Maintainer: | Aaron Lun <[email protected]> |
License: | GPL-3 |
Version: | 0.99.5 |
Built: | 2025-03-26 03:36:35 UTC |
Source: | https://github.com/bioc/Rigraphlib |
Configure flags for compiling downstream packages.
pkgconfig(opt = c("PKG_CPPFLAGS", "PKG_LIBS"))
pkgconfig(opt = c("PKG_CPPFLAGS", "PKG_LIBS"))
opt |
String specifying the |
Flags to add to the requested opt
of the Makevars
are printed to the screen.
Aaron Lun
pkgconfig("PKG_CPPFLAGS") pkgconfig("PKG_LIBS")
pkgconfig("PKG_CPPFLAGS") pkgconfig("PKG_LIBS")