PKG_CPPFLAGS=$(shell Rscript -e "Rcpp:::CxxFlags()" )
PKG_LIBS = $(shell Rscript -e "Rcpp:::LdFlags()" )
CLINK_CPPFLAGS=$(shell Rscript -e "Rcpp:::Cxx0xFlags()" )

