LdFlags | R Documentation |
Output the linker flags required to build against rTRNG.
LdFlags()
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()")
Returns NULL invisibly. The function is not called for its return value rather for the side effect of outputting the flags.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.