Open romainfrancois opened 10 years ago
Rstudio compiles .cpp files using Rcpp::sourceCpp and Rcpp::compileAttributes.
.cpp
Rcpp::sourceCpp
Rcpp::compileAttributes
perhaps we can register a fake Rcpp so that Rcpp::sourceCpp calls attributes::sourceCpp so that sourceing a .cpp file in rstudio really uses attributes.
attributes::sourceCpp
cc @jjallaire, @kevinushey
Rstudio compiles
.cpp
files usingRcpp::sourceCpp
andRcpp::compileAttributes
.perhaps we can register a fake Rcpp so that
Rcpp::sourceCpp
callsattributes::sourceCpp
so that sourceing a .cpp file in rstudio really uses attributes.cc @jjallaire, @kevinushey