pkgconfig {Rhdf5lib}R Documentation

Compiler arguments for using Rhdf5lib

Description

This function returns values for PKG_CXX_LIBS and PKG_CC_FLAGS variables for use in Makevars files.

Usage

pkgconfig(opt = c("PKG_CXX_LIBS", "PKG_C_LIBS"))

Arguments

opt

A scalar character from the list of available options; default is PKG_CXX_LIBS.

Value

NULL; prints the corresponding value to stdout.

Examples

pkgconfig("PKG_CXX_LIBS")
pkgconfig("PKG_C_LIBS")

[Package Rhdf5lib version 1.6.3 Index]