Learn R Programming

Rtwobitlib (version 0.3.8)

pkgconfig: Compiler configuration arguments for use of Rtwobitlib

Description

The pkgconfig function prints values for PKG_LIBS and PKG_CPPFLAGS variables for use in Makevars files. It is not meant for the end user. See vignette("Rtwobitlib") for more information.

Usage

pkgconfig(opt=c("PKG_LIBS", "PKG_CPPFLAGS"))

Value

The function prints the PKG_LIBS or PKG_CPPFLAGS value and returns an invisible NULL.

Arguments

opt

Either "PKG_LIBS" or "PKG_CPPFLAGS"

Examples

Run this code
pkgconfig("PKG_LIBS")

pkgconfig("PKG_CPPFLAGS")

Run the code above in your browser using DataLab