cytolib_LdFlags {cytolib}R Documentation

Output the LD flags for building against cytolib. These flags are propagated to sourceCpp via the inlineCxxPlugin (defined below) and to packages via a line in Makevars[.win] like this:

Description

PKG_LIBS += $(shell "$R_HOME/bin$R_ARCH_BIN/Rscript.exe" -e "cytolib::cytolib_LdFlags()")

Usage

cytolib_LdFlags()

[Package cytolib version 2.5.3 Index]