pkgconfig: Find path of the shared memory header file

View source: R/utils.R

pkgconfigR Documentation

Find path of the shared memory header file

Description

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

Usage

pkgconfig(x)

Arguments

x

Character, "PKG_LIBS" or "PKG_CPPFLAGS"

Value

path to the header or compiler flags

Examples

SharedObject:::pkgconfig("PKG_LIBS")
SharedObject:::pkgconfig("PKG_CPPFLAGS")

Jiefei-Wang/SharedObject documentation built on Aug. 19, 2023, 5:47 p.m.