Learn R Programming

Rhtslib (version 1.4.3)

pkgconfig: Compiler configuration arguments for use of Rhtslib

Description

This function returns values for PKG_LIBS and PKG_CPPFLAGS variables for use in Makevars files. See vignette("Rhtslib", "Rhtslib") for details. Only PKG_LIBS should be needed in most cases.

Usage

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

Arguments

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

Value

NULL; prints the corresponding value to stdout.

Examples

Run this code
pkgconfig("PKG_LIBS")
pkgconfig("PKG_CPPFLAGS")

Run the code above in your browser using DataLab