| pkgconfig {Rhtslib} | R Documentation |
Compiler configuration arguments for use of Rhtslib
Description
This function prints values for PKG_LIBS and
PKG_CPPFLAGS variables for use in Makevars files.
See vignette("Rhtslib") for details. The environment
variable RHTSLIB_RPATH can be used to over-ride the
inferred location of the installed package.
Usage
pkgconfig(opt = c("PKG_LIBS", "PKG_CPPFLAGS"))
Arguments
opt |
A scalar character from the list of available options;
default is |
Value
The function prints the PKG_LIBS or PKG_CPPFLAGS value
and returns an invisible NULL.
Author(s)
Nathaniel Hayden mailto:nhayden@fredhutch.org
Examples
pkgconfig("PKG_LIBS")
pkgconfig("PKG_CPPFLAGS")
[Package Rhtslib version 3.4.0 Index]