pkgconfig {Rhtslib} | R Documentation |
Compiler configuration arguments for use of Rhtslib
Description
This function returns 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
NULL
; prints the corresponding value to stdout.
Author(s)
Nathaniel Hayden mailto:nhayden@fredhutch.org
Examples
pkgconfig("PKG_LIBS")
pkgconfig("PKG_CPPFLAGS")
[Package Rhtslib version 2.4.1 Index]