| pkgconfig {Rhdf5lib} | R Documentation |
This function returns values for PKG_CXX_LIBS and
PKG_CC_FLAGS variables for use in Makevars files.
pkgconfig(opt = c("PKG_CXX_LIBS", "PKG_C_LIBS"))
opt |
A scalar character from the list of available options;
default is |
NULL; prints the corresponding value to stdout.
pkgconfig("PKG_CXX_LIBS")
pkgconfig("PKG_C_LIBS")