Package 'Rigraphlib'

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

Help Index


Configure compilation flags

Description

Configure flags for compiling downstream packages.

Usage

pkgconfig(opt = c("PKG_CPPFLAGS", "PKG_LIBS"))

Arguments

opt

String specifying the Makevars option to print.

Value

Flags to add to the requested opt of the Makevars are printed to the screen.

Author(s)

Aaron Lun

Examples

pkgconfig("PKG_CPPFLAGS")
pkgconfig("PKG_LIBS")