pkgconfig {beachmat}R Documentation

Compiler configuration arguments for use of beachmat

Description

This function returns values for PKG_LIBS and PKG_CPPFLAGS variables for use in Makevars files. See vignette("beachmat", "beachmat") for details. Only PKG_LIBS should be needed in most cases. The environment variable RBEACHMAT_RPATH can be used to over-ride the inferred location of the installed package.

Usage

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

Arguments

opt

A string specifying the compilation flags to print.

Value

Returns NULL and prints the corresponding value to stdout.

Author(s)

Aaron Lun

Examples

pkgconfig("PKG_LIBS")
pkgconfig("PKG_CPPFLAGS")

[Package beachmat version 1.2.1 Index]