pkgconfig {SharedObject} | R Documentation |
This function will return the path of the shared memory header or
the flags that are used to compile the package
for the developers who want to use C++ level implementation of the
SharedObject
package
pkgconfig(x)
x |
Character, "PKG_LIBS" or "PKG_CPPFLAGS" |
path to the header or compiler flags
SharedObject:::pkgconfig("PKG_LIBS") SharedObject:::pkgconfig("PKG_CPPFLAGS")