pkgconfig {Rtwobitlib} | R Documentation |
Compiler configuration arguments for use of Rtwobitlib
Description
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.
Usage
pkgconfig(opt=c("PKG_LIBS", "PKG_CPPFLAGS"))
Arguments
opt |
Either |
Value
The function prints the PKG_LIBS
or PKG_CPPFLAGS
value
and returns an invisible NULL
.
Examples
pkgconfig("PKG_LIBS")
pkgconfig("PKG_CPPFLAGS")
[Package Rtwobitlib version 0.3.6 Index]