pkgconfig {Rtwobitlib} | R Documentation |
The pkgconfig
function prints values for PKG_LIBS
and PKG_CPPFLAGS
variables for use in Makevars
files.
It is not meant for the end user.
See vignette("Rtwobitlib")
for more information.
pkgconfig(opt=c("PKG_LIBS", "PKG_CPPFLAGS"))
opt |
Either |
The function prints the PKG_LIBS
or PKG_CPPFLAGS
value
and returns an invisible NULL
.
pkgconfig("PKG_LIBS")
pkgconfig("PKG_CPPFLAGS")