LdFlags: Linker flags for rTRNG.

View source: R/LdFlags.R

LdFlagsR Documentation

Linker flags for rTRNG.

Description

Output the linker flags required to build against rTRNG.

Usage

LdFlags()

Details

LdFlags is typically called from Makevars as

PKG_LIBS += $(shell ${R_HOME}/bin/Rscript -e "rTRNG::LdFlags()")

and from Makevars.win as

PKG_LIBS += $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" -e "rTRNG::LdFlags()")

Value

Returns NULL invisibly. The function is not called for its return value rather for the side effect of outputting the flags.


rTRNG documentation built on March 18, 2022, 7:15 p.m.