| pkgconfig {beachmat} | R Documentation |
This function returns values for PKG_LIBS and PKG_CPPFLAGS variables for use in Makevars files.
See vignette("beachmat", "beachmat") for details.
Only PKG_LIBS should be needed in most cases.
The environment variable RBEACHMAT_RPATH can be used to over-ride the inferred location of the installed package.
pkgconfig(opt = c("PKG_LIBS", "PKG_CPPFLAGS"))
opt |
A string specifying the compilation flags to print. |
Returns NULL and prints the corresponding value to stdout.
Aaron Lun
pkgconfig("PKG_LIBS")
pkgconfig("PKG_CPPFLAGS")