Rcpp11 / attributes

Standalone implementation of Rcpp attributes.
Other
3 stars 1 forks source link

flags handler #7

Open romainfrancois opened 10 years ago

romainfrancois commented 10 years ago

to handle :

// [[flags( PKG_CPPFLAGS = "-g -O3" ) ]]

or perhaps directly :

// [[ PKG_CPPFLAGS = "-g -O3" ]]

As long as what's in the [[ and ]] is legitimate R code