pkgconfig: Find path of the shared memory header file

Description Usage Arguments Value Examples

View source: R/utils.R

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

1

Arguments

x

Character, "PKG_LIBS" or "PKG_CPPFLAGS"

Value

path to the header or compiler flags

Examples

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

SharedObject documentation built on Nov. 8, 2020, 8:17 p.m.