You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been updating my packages to replace <Rcpp.h> with <Rcpp/Lightest>, as I understand to be the intent behind #1191. I notice that RcppExports.cpp, when generated with Rcpp::compileAttributes(), still includes <Rcpp.h>. Ought/can this be updated to use the new <Rcpp/...> syntax?
(Apologies for any misunderstandings; I'm still rather new to C++...)