pkgconfig {Rhtslib} | R Documentation |
This function returns values for PKG_LIBS
and
PKG_CPPFLAGS
variables for use in Makevars files. See
vignette("Rhtslib", "Rhtslib")
for details. Only
PKG_LIBS
should be needed in most cases. The environment
variable RHTSLIB_RPATH
can be used to over-ride the inferred
location of the installed package.
pkgconfig(opt = c("PKG_LIBS", "PKG_CPPFLAGS"))
opt |
A scalar character from the list of available options;
default is |
NULL
; prints the corresponding value to stdout.
Nathaniel Hayden mailto:nhayden@fredhutch.org
pkgconfig("PKG_LIBS") pkgconfig("PKG_CPPFLAGS")