pkgconfig | R Documentation |
This function returns values for PKG_LIBS
variables for use in
Makevars files.
pkgconfig(
opt = c("PKG_CXX_LIBS", "PKG_C_LIBS", "PKG_CXX_HL_LIBS", "PKG_C_HL_LIBS")
)
opt |
A scalar character from the list of available options;
default is |
NULL
; prints the corresponding value to stdout.
pkgconfig("PKG_C_LIBS")
pkgconfig("PKG_CXX_LIBS")
pkgconfig("PKG_C_HL_LIBS")
pkgconfig("PKG_CXX_HL_LIBS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.