pkgconfig: Compiler configuration arguments for use of Rtwobitlib

View source: R/pkgconfig.R

pkgconfigR Documentation

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"))

Arguments

opt

Either "PKG_LIBS" or "PKG_CPPFLAGS"

Value

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

Examples

pkgconfig("PKG_LIBS")

pkgconfig("PKG_CPPFLAGS")

Rtwobitlib documentation built on June 8, 2025, 12:16 p.m.